{"id":18578275,"url":"https://github.com/codecsrayo/airflow_compose","last_synced_at":"2025-08-14T11:56:09.992Z","repository":{"id":165343692,"uuid":"609293285","full_name":"codecsrayo/Airflow_compose","owner":"codecsrayo","description":"Apache Airflow es una plataforma de gestión de flujo de trabajo de código abierto escrita en Python, donde los flujos de trabajo se crean a través de scripts de Python","archived":false,"fork":false,"pushed_at":"2023-03-30T23:43:37.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T15:34:26.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/codecsrayo.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":"2023-03-03T19:44:17.000Z","updated_at":"2023-03-30T20:19:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1333648-5360-4b40-aaff-fb01082af4f6","html_url":"https://github.com/codecsrayo/Airflow_compose","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/codecsrayo%2FAirflow_compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecsrayo%2FAirflow_compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecsrayo%2FAirflow_compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecsrayo%2FAirflow_compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecsrayo","download_url":"https://codeload.github.com/codecsrayo/Airflow_compose/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453608,"owners_count":22073609,"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":[],"created_at":"2024-11-06T23:34:28.152Z","updated_at":"2025-05-16T01:36:09.653Z","avatar_url":"https://github.com/codecsrayo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airflow_compose\nApache Airflow es una plataforma de gestión de flujo de trabajo de código abierto escrita en Python, donde los flujos de trabajo se crean a través de scripts de Python\n\n# test\n```bash\n    airflow tasks run \u003cDAG_ID\u003e \u003cTASK_ID\u003e \u003cEXECUTION_DATE_OR_RUN_ID\u003e\n```\n\n\nMiscellaneous commands                                                                               \nairflow cheat-sheet                       | Display cheat sheet                                      \nairflow dag-processor                     | Start a standalone Dag Processor instance                \nairflow info                              | Show information about current Airflow and environment   \nairflow kerberos                          | Start a kerberos ticket renewer                          \nairflow plugins                           | Dump information about loaded plugins                    \nairflow rotate-fernet-key                 | Rotate encrypted connection credentials and variables    \nairflow scheduler                         | Start a scheduler instance                               \nairflow standalone                        | Run an all-in-one copy of Airflow                        \nairflow sync-perm                         | Update permissions for existing roles and optionally DAGs\nairflow triggerer                         | Start a triggerer instance                               \nairflow version                           | Show the version                                         \nairflow webserver                         | Start a Airflow webserver instance                       \n                                                                                                     \nCelery components                                                            \nairflow celery flower                     | Start a Celery Flower            \nairflow celery stop                       | Stop the Celery worker gracefully\nairflow celery worker                     | Start a Celery worker node       \n                                                                             \nView configuration                                                              \nairflow config get-value                  | Print the value of the configuration\nairflow config list                       | List options for the configuration  \n                                                                                \nManage connections                                                        \nairflow connections add                   | Add a connection              \nairflow connections delete                | Delete a connection           \nairflow connections export                | Export all connections        \nairflow connections get                   | Get a connection              \nairflow connections import                | Import connections from a file\nairflow connections list                  | List connections              \n                                                                          \nManage DAGs                                                                                    \nairflow dags backfill                     | Run subsections of a DAG for a specified date range\nairflow dags delete                       | Delete all DB records related to the specified DAG \nairflow dags list                         | List all the DAGs                                  \nairflow dags list-import-errors           | List all the DAGs that have import errors          \nairflow dags list-jobs                    | List the jobs                                      \nairflow dags list-runs                    | List DAG runs given a DAG id                       \nairflow dags next-execution               | Get the next execution datetimes of a DAG          \nairflow dags pause                        | Pause a DAG                                        \nairflow dags report                       | Show DagBag loading report                         \nairflow dags reserialize                  | Reserialize all DAGs by parsing the DagBag files   \nairflow dags show                         | Displays DAG's tasks with their dependencies       \nairflow dags show-dependencies            | Displays DAGs with their dependencies              \nairflow dags state                        | Get the status of a dag run                        \nairflow dags test                         | Execute one single DagRun                          \nairflow dags trigger                      | Trigger a DAG run                                  \nairflow dags unpause                      | Resume a paused DAG                                \n                                                                                               \nDatabase operations                                                                        \nairflow db check                          | Check if the database can be reached           \nairflow db check-migrations               | Check if migration have finished               \nairflow db clean                          | Purge old records in metastore tables          \nairflow db downgrade                      | Downgrade the schema of the metadata database. \nairflow db init                           | Initialize the metadata database               \nairflow db reset                          | Burn down and rebuild the metadata database    \nairflow db shell                          | Runs a shell to access the database            \nairflow db upgrade                        | Upgrade the metadata database to latest version\n                                                                                           \nManage jobs                                                                 \nairflow jobs check                        | Checks if job(s) are still alive\n                                                                            \nTools to help run the KubernetesExecutor                                                                                                                             \nairflow kubernetes cleanup-pods           | Clean up Kubernetes pods (created by KubernetesExecutor/KubernetesPodOperator) in evicted/failed/succeeded/pending states\nairflow kubernetes generate-dag-yaml      | Generate YAML files for all tasks in DAG. Useful for debugging tasks without launching into a cluster                    \n                                                                                                                                                                     \nManage pools                                                \nairflow pools delete                      | Delete pool     \nairflow pools export                      | Export all pools\nairflow pools get                         | Get pool size   \nairflow pools import                      | Import pools    \nairflow pools list                        | List pools      \nairflow pools set                         | Configure pool  \n                                                            \nDisplay providers                                                                                                   \nairflow providers auth                    | Get information about API auth backends provided                        \nairflow providers behaviours              | Get information about registered connection types with custom behaviours\nairflow providers get                     | Get detailed information about a provider                               \nairflow providers hooks                   | List registered provider hooks                                          \nairflow providers links                   | List extra links registered by the providers                            \nairflow providers list                    | List installed providers                                                \nairflow providers logging                 | Get information about task logging handlers provided                    \nairflow providers secrets                 | Get information about secrets backends provided                         \nairflow providers widgets                 | Get information about registered connection form widgets                \n                                                                                                                    \nManage roles                                                                                       \nairflow roles add-perms                   | Add roles permissions                                  \nairflow roles create                      | Create role                                            \nairflow roles del-perms                   | Delete roles permissions                               \nairflow roles delete                      | Delete role                                            \nairflow roles export                      | Export roles (without permissions) from db to JSON file\nairflow roles import                      | Import roles (without permissions) from JSON file to db\nairflow roles list                        | List roles                                             \n                                                                                                   \nManage tasks                                                                                  \nairflow tasks clear                       | Clear a set of task instance, as if they never ran\nairflow tasks failed-deps                 | Returns the unmet dependencies for a task instance\nairflow tasks list                        | List the tasks within a DAG                       \nairflow tasks render                      | Render a task instance's template(s)              \nairflow tasks run                         | Run a single task instance                        \nairflow tasks state                       | Get the status of a task instance                 \nairflow tasks states-for-dag-run          | Get the status of all task instances in a dag run \nairflow tasks test                        | Test a task instance                              \n                                                                                              \nManage users                                                       \nairflow users add-role                    | Add role to a user     \nairflow users create                      | Create a user          \nairflow users delete                      | Delete a user          \nairflow users export                      | Export all users       \nairflow users import                      | Import users           \nairflow users list                        | List users             \nairflow users remove-role                 | Remove role from a user\n                                                                   \nManage variables                                                \nairflow variables delete                  | Delete variable     \nairflow variables export                  | Export all variables\nairflow variables get                     | Get variable        \nairflow variables import                  | Import variables    \nairflow variables list                    | List variables      \nairflow variables set                     | Set variable\n\n\n# Windows: Habilitar el servidor ssh\n______________________________________\nWindows PowerShell\nCopyright (C) Microsoft Corporation. Todos los derechos reservados.\n                                                                                                                        Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6                                                                                                                                                                    PS C:\\WINDOWS\\system32\u003e Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0                                   \n\nPath          :\nOnline        : True\nRestartNeeded : False\n\n\n\nPS C:\\WINDOWS\\system32\u003e Set-Service -Name ssh-agent -StartupType 'Automatic'\nPS C:\\WINDOWS\\system32\u003e Set-Service -Name sshd -StartupType 'Automatic'\nPS C:\\WINDOWS\\system32\u003e Get-Service ssh*\n\nStatus   Name               DisplayName\n------   ----               -----------\nStopped  ssh-agent          OpenSSH Authentication Agent\nStopped  sshd               OpenSSH SSH Server\n\n\nPS C:\\WINDOWS\\system32\u003e Get-Service ssh* | Start-Service\n\n######################\n##### .env Example\n#######################\n\n# Meta-Database\nPOSTGRES_USER=airflow\nPOSTGRES_PASSWORD=airflow\nPOSTGRES_DB=airflow\n\n# Airflow Core\nAIRFLOW__CORE__FERNET_KEY=UKMzEm3yIuFYEq1y3-2FxPNWSVwRASpahmQ9kQfEr8E=\nAIRFLOW__CORE__EXECUTOR=LocalExecutor\nAIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=True\nAIRFLOW__CORE__LOAD_EXAMPLES=False\nAIRFLOW_UID=0\n\n# Backend DB\nAIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@postgres/airflow\nAIRFLOW__DATABASE__LOAD_DEFAULT_CONNECTIONS=False\n\n# Airflow Init\n_AIRFLOW_DB_UPGRADE=True\n_AIRFLOW_WWW_USER_CREATE=True\n_AIRFLOW_WWW_USER_USERNAME=airflow\n_AIRFLOW_WWW_USER_PASSWORD=airflow\n\nPGADMIN_DEFAULT_EMAIL=example@example.com\nPGADMIN_DEFAULT_PASSWORD=12345\n\n\n#Al habilitar esta variable, se utilizará la sintaxis extendida del archivo Dockerfile y el motor de construcción de #imágenes de BuildKit en lugar del motor de construcción de imágenes antiguo de Docker. Esto puede mejorar la #velocidad y eficiencia de la construcción de imágenes de Docker, especialmente para imágenes más grandes y complejas\n\nDOCKER_BUILDKIT=1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecsrayo%2Fairflow_compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecsrayo%2Fairflow_compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecsrayo%2Fairflow_compose/lists"}