|
- First time login to Apache Airflow asks for username and password, what . . .
78 I've just installed Apache Airflow, and I'm launching the webserver for the first time, and it asks me for username and password, I haven't set any username or password Can you let me know what is the default username and password for airflow?
- How to create a conditional task in Airflow - Stack Overflow
I would like to create a conditional task in Airflow as described in the schema below The expected scenario is the following: Task 1 executes If Task 1 succeed, then execute Task 2a Else If Task 1
- airflow users create command not working with 3. 0 version
Run pip install apache-airflow-providers-fab to install fab auth manager and set the below variable in airflow cfg file to enable fab auth manager auth_manager = airflow providers fab auth_manager fab_auth_manager FabAuthManager After you set this, you should be able to create users using 'airflow users create' command
- airflow - How to use Dynamic Task Mapping with TaskGroups - Stack Overflow
In my actual DAG, I need to first get a list of IDs and then for each ID run a set of tasks I have used Dynamic Task Mapping to pass a list to a single task or operator to have it process the list
- Apache Airflow:Create reusable custom TaskGroup - Stack Overflow
I am trying to create a custom TaskGroup class to replace existing subdags in our airflow pipelines My concern is to pass the dag object instead of using context manager I used this tutorial to c
- Airflow: How to SSH and run BashOperator from a different server
Is there a way to ssh to different server and run BashOperator using Airbnb's Airflow? I am trying to run a hive sql command with Airflow but I need to SSH to a different box in order to run the hive shell
- CSRF session token is missing in AIRFLOW - Stack Overflow
Make sure that the value of AIRFLOW__WEBSERVER__SECRET_KEY in the worker nodes and the webserver (main node) is the same You can find more details on this PR The worker node runs a webserver that handles the requests to access to exeuction logs, that why you see errors like: *** Failed to fetch log file from worker 403 Client Error: FORBIDDEN for url: https: worker worker or CSRF session
- Cannot find Oracle connection in Apache Airflow UI
However, when I navigate to Airflow UI → Admin → Connections to add a new connection, Oracle does not appear in the connection type dropdown list Questions: How can I enable Oracle as a connection type in the Airflow UI? Is it possible to add an Oracle connection using the Airflow CLI? If so, how can I do it?
|
|
|