You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queries:
kafka_unpublished:
databases: [oracle]
metrics:
- kafka_unpublished
sql: |
SELECT COUNT(*) AS kafka_unpublished, 'Topic01' AS topictest FROM :param1 GROUP BY del_yn
parameters:
- param1: TABLE01
The text was updated successfully, but these errors were encountered:
Hi, I'm facing an issue using parameters
I want to use parameter after FROM clause in my query ( using tablename as a parameter),
and I got an Error "invalid table name".
Is there any method allowed me to use parameter after FROM clause?
Installation details
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0
query-exporter 2.8.0 ( docker )
my config is
The text was updated successfully, but these errors were encountered: