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
Introduce helper functions in Cosmos to facilitate artifact management. These functions would allow users to specify a list of files (from the temporary directory’s target folder) to upload to a remote store. For Airflow 2.8+, we could utilize Airflow’s Object Store integration for this purpose, with a fallback implementation for older versions that uses provider-specific hooks (e.g., S3, GCS, Azure). This abstraction would simplify artifact handling for users.
The text was updated successfully, but these errors were encountered:
Introduce helper functions in Cosmos to facilitate artifact management. These functions would allow users to specify a list of files (from the temporary directory’s target folder) to upload to a remote store. For Airflow 2.8+, we could utilize Airflow’s Object Store integration for this purpose, with a fallback implementation for older versions that uses provider-specific hooks (e.g., S3, GCS, Azure). This abstraction would simplify artifact handling for users.
The text was updated successfully, but these errors were encountered: