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
feat: update artifact handling and schema management in execution pipeline
- Enhanced artifact handling by introducing a unified method for creating artifact references across different storage backends (S3, ADLS, Local).
- Refactored the execution contracts to replace the deprecated ExecutorBaseModel with ExecutorResponse, improving clarity and consistency.
- Updated the ExecutorNode to include tenant_id in requests, facilitating multi-tenant support.
- Improved error handling and logging across various pipeline nodes, ensuring better traceability and debugging capabilities.
- Removed unused schema management methods and streamlined the datasource resolution process for improved performance.
0 commit comments