-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop SQL Extension #422
Milestone
Comments
@bertysentry your thoughts! 😉 |
SafaeAJ
added a commit
that referenced
this issue
Oct 9, 2024
SafaeAJ
added a commit
that referenced
this issue
Oct 9, 2024
SafaeAJ
added a commit
that referenced
this issue
Oct 10, 2024
NassimBtk
added a commit
that referenced
this issue
Oct 10, 2024
…sql-source-module-to-localSql Issue #422: Rename SQL Source Module to localSql Source
SafaeAJ
added a commit
that referenced
this issue
Nov 12, 2024
SafaeAJ
added a commit
that referenced
this issue
Nov 12, 2024
SafaeAJ
added a commit
that referenced
this issue
Nov 12, 2024
SafaeAJ
added a commit
that referenced
this issue
Nov 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Specification
JDBC SQL User's Configuration
metricshub.yaml
username
null
password
null
url
null
or generated based ontype
anddatabase
.timeout
120
secondstype
null
port
null
or generated based ontype
database
null
SQL Criterion
type
sql
).query
SELECT Column1, Column2 FROM TABLE
).expectedResult
errorMessage
SQL Source
type
sql
).query
SELECT Column1, Column2 FROM TABLE
).To differentiate the current source, which executes inner SQL queries using the internal MetricsHub DB engine, we should consider renaming the type of the inner SQL source to reflect its engine-based nature. A suitable option could be
localSql
.SELECT * FROM TABLE
columns
in the sql source.url
, that overrides the user's url. It that, in the newurl
, macros should be correctly replaced by the engine.The text was updated successfully, but these errors were encountered: