Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure Container Instance as Execution Mode #771

Merged
merged 24 commits into from
Feb 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
aba4c33
Add first version of ACI support
danielvdende Dec 19, 2023
8783547
Add tests for ACI
danielvdende Dec 19, 2023
98aff92
Add some documentation
danielvdende Dec 20, 2023
04e7f10
Add test for snake->camel conversion
danielvdende Dec 20, 2023
78363e2
Fix failing type check
danielvdende Dec 20, 2023
9fc5299
Fix failing tests
danielvdende Dec 20, 2023
bc945fd
Fix failing type check
danielvdende Dec 20, 2023
bea6d61
Address first review comments
danielvdende Dec 21, 2023
a65dcb7
Add ACI env vars support incl. test
danielvdende Dec 21, 2023
c7a4ec3
Revive on-warning callback
danielvdende Dec 22, 2023
d241f9f
Add documentation for ACI
danielvdende Dec 22, 2023
99ec3c0
Fix failing test
danielvdende Dec 22, 2023
c96494f
Merge branch 'main' into dvde/add-aci-support
jbandoro Jan 11, 2024
b6a8d74
Add version added for ACI docs
danielvdende Jan 16, 2024
9a7411b
Merge branch 'main' into dvde/add-aci-support
tatiana Jan 23, 2024
61f6048
Merge branch 'main' into dvde/add-aci-support
jbandoro Jan 29, 2024
7d1ebbf
Merge branch 'main' into dvde/add-aci-support
jbandoro Jan 31, 2024
8ac9d85
fix pre-install failing in some test envs
jbandoro Feb 1, 2024
4d3068f
remove execute method and fix type errors
jbandoro Feb 1, 2024
ac03f41
pin typing-extensions<4.6.0
jbandoro Feb 1, 2024
e612ca0
pin airflow version in dep so it's not upgraded on cosmos install
jbandoro Feb 1, 2024
71f2731
rm typing-extensions from dep
jbandoro Feb 1, 2024
b19ad6f
add typing_extension override for airflow 2.6
jbandoro Feb 1, 2024
0a8913d
Merge pull request #1 from jbandoro/add-aci-support-test-env-fix
danielvdende Feb 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into dvde/add-aci-support
tatiana authored Jan 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 9a7411b85f4ba7b2722154d2ed547186e58bc89c
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -150,16 +150,14 @@ packages = ["cosmos"]
[tool.hatch.envs.tests]
dependencies = [
"astronomer-cosmos[tests]",
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
"apache-airflow-providers-docker>=3.5.0",
"apache-airflow-providers-microsoft-azure",
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
"types-PyYAML",
"types-attrs",
"types-requests",
"types-python-dateutil",
"Werkzeug<3.0.0",
"apache-airflow-providers-cncf-kubernetes>=5.1.1",
"apache-airflow-providers-docker>=3.5.0",
]
post-install-commands = [
"pip uninstall -y apache-airflow-providers-common-io"
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.