-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
I am working on a project where there has been some customisation around how Teradata stores query log and schema information, making the queries here and here a blocker to being able to use data hub.
Would it be possible to add two fields to the configuration that would allow the user to provide custom queries? If so, I am happy to do the work and file the pull request. I see that the queries are parameterised so that would need to be mentioned in the documentation.
If this is possible, which option would be preferable for adding these fields?
- Add two required fields with the existing queries as the default values. This would make the queries visible in the documentation, although they are long.
- Add two optional fields that use the existing queries if the custom queries are not provided.
Pibbers