You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in Slack channel #feast-aws, after testing the new Athena offline store, I found we are not able to specify Athena workgroup in AthenaOfflineStoreConfig or, more precisely, in the offline_store config of feature_store.yaml.
Possible solution: Add a workgroup attribute into AthenaOfflineStoreConfig
Here is the function that should accept a workgroup argument.
The text was updated successfully, but these errors were encountered:
As mentioned in Slack channel #feast-aws, after testing the new Athena offline store, I found we are not able to specify Athena
workgroup
in AthenaOfflineStoreConfig or, more precisely, in the offline_store config of feature_store.yaml.Possible solution: Add a
workgroup
attribute into AthenaOfflineStoreConfigHere is the function that should accept a
workgroup
argument.The text was updated successfully, but these errors were encountered: