Replies: 1 comment
|
It works well for me using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions