Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added new deployment method = airflow, made schedule is not required * added dags and build folder * use enum for Deployment methods, copy templates for airflow deployment * refactor deploy_command * refactor deploy_command: decomposition of big fuctions * refactor deploy_command: made some methods are static, decomposed methods * use remote repo to clone * created Base class for Deployment with abstractmethods, created separated GithubAction and Airflow deployment classes * added --location cli option * adds utils methods to convert graph representations and finding isolated components * adds methods to generate dag of resources and decompose source * bumps version to 0.2.9a0 * implements airflow dlt wrapper + initial tests * enables wrapper ci tests * Fix broken link in docs/website/docs/pipelines/google_sheets.md * pushing experiment 3 blog post * updating the tl;dr format * making requested changes and adding metadata image in the HEAD * testing featured image in the metadata block * structured data lakes * fix quote * fix links * formatting improvements * rename * renames helpers, activates pipeline in task, tests multiple runs per dag * fixes lack of section context when evaluating source yielding resources * adds activation and deactivation to pipeline * [refactor] added missed typing * [refactor] added missed typing, fixed linter errors * [tests] fix tests for github-actions * minor changes to the blog post * [fix] del aiflow from init helpers * adding colab screenshot at the bottom * [fix] move COMMAND_DEPLOY_REPO_LOCATION to deploy command * [test] added tests for airflow (same as for github actions) * [test][fix] branch = None * [test][fix] replace hardcode with DeployMethods * [fix] comment fmt.confirm("Do you want ... * makes password mandatory secret for postgres --------- Co-authored-by: Marcin Rudolf <rudolfix@rudolfix.org> Co-authored-by: Tung Bui Quang (Leo) <tung.bquang@gmail.com> Co-authored-by: Rahul Joshi <rahuljoshi8227@gmail.com> Co-authored-by: Adrian <Adrian>
- Loading branch information