{"id":19278476,"url":"https://github.com/manesioz/airflow-without-code","last_synced_at":"2026-04-18T11:03:29.731Z","repository":{"id":76602856,"uuid":"229280810","full_name":"manesioz/airflow-without-code","owner":"manesioz","description":"Dynamically generate DAGs to ingest SQL files into BigQuery with one line of \"code\" ","archived":false,"fork":false,"pushed_at":"2019-12-26T04:42:31.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T16:12:15.635Z","etag":null,"topics":["airflow","airflow-plugin","bigquery","python","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manesioz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-20T14:36:08.000Z","updated_at":"2019-12-26T04:42:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"52f2ab4d-ac6d-41f8-a089-0cb3155ab95e","html_url":"https://github.com/manesioz/airflow-without-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manesioz%2Fairflow-without-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manesioz%2Fairflow-without-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manesioz%2Fairflow-without-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manesioz%2Fairflow-without-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manesioz","download_url":"https://codeload.github.com/manesioz/airflow-without-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385197,"owners_count":19792979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airflow","airflow-plugin","bigquery","python","sql"],"created_at":"2024-11-09T21:09:50.942Z","updated_at":"2026-04-18T11:03:24.699Z","avatar_url":"https://github.com/manesioz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# airflow-without-code\nDynamically generate DAGs to run SQL files and ingest into BigQuery with one line of \"code\" at the header. \n\n\n### Example usage \n\nGiven the directory: \n\n\n    .\n    ├── ...\n    ├── etl                          # ETL directory \n    │   ├── sql_script_1.sql         # first sql file to ingest into BigQuery\n    │   ├── sql_script_2.sql         # second sql file to ingest into BigQuery\n    │   └── airflow_without_code.py  # airflow-without-code main python file\n    └── ...\n\n\nNow you can easily manage simple `DAGs` for both `sql_script_1.sql` and `sql_script_2.sql` by including the configurable header: \n\n```sql\n--{\"schedule_interval\": \"@weekly\", \"author\": \"Zachary Manesiotis\", \"catchup\": true, \"destination_table\": \"project.dataset.table\"} \n\nwith fake_sql as (\n    select col \n      from table\n)\n...\n```\nin each of the `SQL` files. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanesioz%2Fairflow-without-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanesioz%2Fairflow-without-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanesioz%2Fairflow-without-code/lists"}