Skip to content

Commit f6d3caf

Browse files
GyuminJackGyumin Lee
andauthored
fix: Missing Catalog argument in athena connector (#3661)
update Catalog argument in athena connector Signed-off-by: Gyumin Lee <[email protected]> Co-authored-by: Gyumin Lee <[email protected]>
1 parent d372a09 commit f6d3caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/utils/aws_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def execute_athena_query_async(
755755
# return athena_data_client.execute_statement(
756756
return athena_data_client.start_query_execution(
757757
QueryString=query,
758-
QueryExecutionContext={"Database": database},
758+
QueryExecutionContext={"Database": database, "Catalog": data_source},
759759
WorkGroup=workgroup,
760760
)
761761

0 commit comments

Comments
 (0)