Bhavani Ravi
Bhavani Ravi
I have the exact same issue as above. I assumed it was because `"system:serviceaccount:airflow:default\"` i.e., `default` namespace trying to access `airflow` namespace. But I don't have any `default` in my...
The issue isn't with the table name. If the test runs twice `create_table_name` will create a table name with incremented `dag_run` id.
There are two ways I can think of resolving this. 1. By getting the latest dagrun of the dag and generating the intermediate table name ``` def get_latest_dag_run(dag): last_dagrun =...
I just realized the same. Most PRs don't have a testcase. Is there anything I can help with in this area?
@saswat3115 you might want to reinstall the npm package with the correct version after changing `package.json` Thank you @Yuri6037, I was stuck with this for hours
Can you print what your intent is and see if the key is in random response
@gmarathiarcadix you need to do an `npm uninstall prismjs` and then reinstall using `npm install`
2023 and one of my clients faced this issue right now
- Check your pod events - Check your init container logs if you are using airflow 2.x I strongly advice you to use their helm charts
If the worker pods are not starting, 1. check the scheduler logs2 2. Check the logs of the worker pod if it's hanging after the create Unless I see the...