We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d372a09 commit f6d3cafCopy full SHA for f6d3caf
sdk/python/feast/infra/utils/aws_utils.py
@@ -755,7 +755,7 @@ def execute_athena_query_async(
755
# return athena_data_client.execute_statement(
756
return athena_data_client.start_query_execution(
757
QueryString=query,
758
- QueryExecutionContext={"Database": database},
+ QueryExecutionContext={"Database": database, "Catalog": data_source},
759
WorkGroup=workgroup,
760
)
761
0 commit comments