Replies: 1 comment
-
It works well for me using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I followed this guide to connect to Trino and tried testing it using a connection_string with a specific catalog and schema, that has only one table in it.
When trying to test the connection with
context.test_yaml_config(yaml.dump(datasource_config))
I see many queries running on trino -and then
EXECUTE st_1234someguid USING 'some_user'
It looks like it's ignoring the specific schema I specified and trying to collect data from other schemas.
How can I set the datasource_config to query only from one schema?
Beta Was this translation helpful? Give feedback.
All reactions