Skip to content

Commit f6d3caf

Browse files
GyuminJackGyumin Lee
andauthored
fix: Missing Catalog argument in athena connector (feast-dev#3661)
update Catalog argument in athena connector Signed-off-by: Gyumin Lee <t1100394@T1100394PM01.local> Co-authored-by: Gyumin Lee <t1100394@T1100394PM01.local>
1 parent d372a09 commit f6d3caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)