Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
use airflow db init
  • Loading branch information
alikemalocalan authored Aug 25, 2024
1 parent 90f464e commit 822ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
airflow db migrate
airflow db init
airflow connections add 'azure_hdinsight_default' --conn-uri test-cluster.azurehdinsight.net
airflow connections add 'hortonworks_ambari_default' --conn-uri test-cluster.azurehdinsight.net
python example_azure_hdinsight_operators.py
Expand Down

0 comments on commit 822ad02

Please sign in to comment.