Skip to content

Commit

Permalink
Removed stale examples. Update dependencies (#15951)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceS2 authored Apr 18, 2024
1 parent bc13659 commit fd51df2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
25 changes: 0 additions & 25 deletions ingestion/examples/auth_examples/azure.json

This file was deleted.

26 changes: 0 additions & 26 deletions ingestion/examples/auth_examples/okta_example.json

This file was deleted.

6 changes: 2 additions & 4 deletions ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
VERSIONS = {
"airflow": "apache-airflow==2.7.3",
"adlfs": "adlfs~=2022.11",
"avro": "avro~=1.11",
"avro": "avro>=1.11.3,<1.12",
"boto3": "boto3>=1.20,<2.0", # No need to add botocore separately. It's a dep from boto3
"geoalchemy2": "GeoAlchemy2~=0.12",
"google-cloud-storage": "google-cloud-storage==1.43.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
VERSIONS["boto3"], # Required in base for the secrets manager
"cached-property==1.5.2", # LineageParser
"chardet==4.0.0", # Used in the profiler
"cryptography",
"cryptography>=42.0.0",
"email-validator>=1.0.3", # For the pydantic generated models for Email
"importlib-metadata>=4.13.0", # From airflow constraints
"Jinja2>=2.11.3",
Expand Down Expand Up @@ -209,7 +209,6 @@
},
"kafka": {*COMMONS["kafka"]},
"kinesis": {VERSIONS["boto3"]},
"ldap-users": {"ldap3==2.9.1"},
"looker": {
VERSIONS["looker-sdk"],
VERSIONS["lkml"],
Expand All @@ -223,7 +222,6 @@
"mssql-odbc": {VERSIONS["pyodbc"]},
"mysql": {VERSIONS["pymysql"]},
"nifi": {}, # uses requests
"okta": {"okta~=2.3"},
"openlineage": {*COMMONS["kafka"]},
"oracle": {"cx_Oracle>=8.3.0,<9", "oracledb~=1.2"},
"pgspider": {"psycopg2-binary", "sqlalchemy-pgspider"},
Expand Down

0 comments on commit fd51df2

Please sign in to comment.