astro-projects

View on PyPIReverse Dependencies (0)

0.8.3 astro_projects-0.8.3-py3-none-any.whl

Wheel Details

Project: astro-projects
Version: 0.8.3
Filename: astro_projects-0.8.3-py3-none-any.whl
Download: [link]
Size: 54026
MD5: 3a69b550e66d872b3a06731b5b8635c2
SHA256: 023875719cebd2337d65b43f83321ff189b8a7587248a2b1cb763966e930e4c5
Uploaded: 2022-05-05 14:30:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: astro-projects
Version: 0.8.3
Summary: A decorator that allows users to run SQL queries natively in Airflow.
Author-Email: Astronomer <humans[at]astronomer.io>
Project-Url: Home, https://astronomer.io/
Keywords: airflow,provider,astronomer,sql,decorator,task flow,elt,etl,dag
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Requires-Python: >=3.7
Requires-Dist: apache-airflow (>=2.0)
Requires-Dist: python-frontmatter
Requires-Dist: pandas (<=1.3.5,>=1.3.4)
Requires-Dist: SQLAlchemy (<=1.3.24,>=1.3.18)
Requires-Dist: markupsafe (<2.1.0,>=1.1.1)
Requires-Dist: smart-open
Requires-Dist: pyarrow
Requires-Dist: apache-airflow-providers-amazon; extra == "all"
Requires-Dist: apache-airflow-providers-google (>=6.4.0); extra == "all"
Requires-Dist: sqlalchemy-bigquery (==1.3.0); extra == "all"
Requires-Dist: smart-open[all] (>=5.2.1); extra == "all"
Requires-Dist: s3fs; extra == "all"
Requires-Dist: apache-airflow-providers-snowflake; extra == "all"
Requires-Dist: snowflake-sqlalchemy (<=1.2.4,>=1.2.0); extra == "all"
Requires-Dist: snowflake-connector-python[pandas]; extra == "all"
Requires-Dist: apache-airflow-providers-postgres; extra == "all"
Requires-Dist: apache-airflow-providers-amazon; extra == "amazon"
Requires-Dist: s3fs; extra == "amazon"
Requires-Dist: smart-open[s3] (>=5.2.1); extra == "amazon"
Requires-Dist: sphinx (==4.4.0); extra == "doc"
Requires-Dist: apache-airflow-providers-google; extra == "google"
Requires-Dist: sqlalchemy-bigquery (==1.3.0); extra == "google"
Requires-Dist: smart-open[gcs] (>=5.2.1); extra == "google"
Requires-Dist: apache-airflow-providers-postgres; extra == "postgres"
Requires-Dist: apache-airflow-providers-snowflake; extra == "snowflake"
Requires-Dist: snowflake-sqlalchemy (<=1.2.4,>=1.2.0); extra == "snowflake"
Requires-Dist: snowflake-connector-python[pandas]; extra == "snowflake"
Requires-Dist: click (==8.0.0); extra == "tests"
Requires-Dist: pytest (>=6.0); extra == "tests"
Requires-Dist: pytest-split; extra == "tests"
Requires-Dist: pytest-dotenv; extra == "tests"
Requires-Dist: requests-mock; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-describe; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: sqlalchemy-stubs; extra == "tests"
Provides-Extra: all
Provides-Extra: amazon
Provides-Extra: doc
Provides-Extra: google
Provides-Extra: postgres
Provides-Extra: snowflake
Provides-Extra: tests
Description-Content-Type: text/markdown
[Description omitted; length: 6638 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.7.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
astro/__init__.py sha256=laeLvLDIoPHp3OqegPH3Lub7-F-BpJ5Q69DYgz4j5wI 736
astro/constants.py sha256=w7W9D6L1Jq2Yu52_2o9b_bHBsAw7IHg2TKV0KzYV6qc 1134
astro/settings.py sha256=d7_s37dZBfYz3aPi9sl2nXfN5spWnYePl0-PgdFaLoY 122
astro/dataframe/__init__.py sha256=_1giuM-4DJYgDPYzyTn09XHORir6Lae_2ekC_UBzDlU 1327
astro/sql/__init__.py sha256=w48U8pY8KjXkwc3oOxA2cX0EOElqV8SiNYrRBKvFw38 4284
astro/sql/table.py sha256=d4PLRRXFDTVYEcnlVVOQRVc-KFXyJ7tRV3zbZyHm3kA 3712
astro/sql/operators/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
astro/sql/operators/agnostic_aggregate_check.py sha256=mEqeFeCAOgo9sdyQ7DQf_PzIMx8eUhei9BEgWplKhQw 4495
astro/sql/operators/agnostic_boolean_check.py sha256=Kr_zv4hw8qpPbpGd6SE7IYU2Rs1ssDSqJYpZLSLHc8g 5687
astro/sql/operators/agnostic_load_file.py sha256=fNCYnA8gBtG-xBcn5fVStmLi36_pon0_S2GDTxKd2iY 5853
astro/sql/operators/agnostic_save_file.py sha256=QEFGGUIXujLgBGMuXJ-E4_EYZnAsWfb7c8grCEMuV5w 7156
astro/sql/operators/agnostic_sql_append.py sha256=t0OPcyfQEJR552uiCYm5jpEroCwoRky4Mspb9ir-kbE 4048
astro/sql/operators/agnostic_sql_merge.py sha256=qEV1EX91A1BJ4sDJkgNzGcehhSR-G12gA_Nb0YsXWY8 4043
astro/sql/operators/agnostic_sql_truncate.py sha256=4-eaMs5xa3zO0UTHMi-HwBTmMu8x_76XXQPVlTlFg_M 1561
astro/sql/operators/agnostic_stats_check.py sha256=YK_03JEAZ4m4q9g7I8cauzQAiBYRVwvxnf8NzuIG6WY 9875
astro/sql/operators/sql_dataframe.py sha256=iGKOFMn4TM3SX9D9xBBlWUqM-57g77LTWDFkwZn7PFM 6196
astro/sql/operators/sql_decorator.py sha256=MnMdReMArmnviZSBCl8yJEuCgpA4-pguOTdfUDWxGkg 14713
astro/sql/parsers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
astro/sql/parsers/sql_directory_parser.py sha256=Cu_8rrZwWw0CoKpf-bfjqMBiZlPUsH6Nn2yampTPydk 9774
astro/utils/__init__.py sha256=80tVG2iZ_E1w7PyzsNphwq0mfUhaJp51Q-OFSP_E2UU 1913
astro/utils/bigquery_merge_func.py sha256=biKkC6b18i1EBmh92o7lx5Bvt0W1cEVDaEuzubnkLtw 883
astro/utils/cloud_storage_creds.py sha256=zDYbBoRqkUITIgv_K7xpSKv5iB2b5XJqDLCH8M8wIxw 1142
astro/utils/database.py sha256=YL_HawRaccmCkNgxms3dF-FiL_v4ZxFAo_lAJeECoBk 3475
astro/utils/delete.py sha256=-6dS_VelJWJKT8hU3_MOktL-JtYr4rLMF_Yf236q9DU 1697
astro/utils/dependencies.py sha256=_v9gnddG7o68ud0hTZWUNrmQyJPv0DGQbS8Uk8UAUP8 3322
astro/utils/file.py sha256=CHSj1hL_Zm8VtqUp81gH4MP2ROgQyRFTQOKvmZrU-1Q 1875
astro/utils/load.py sha256=zKQKEaNqDkvCFtsqtXFzmA-tlWUSkmZSXU-t4VSjkeQ 12296
astro/utils/path.py sha256=OBjkMlsSLs91M3rxIBnDI7EI6cGds5cV38bR7Rnk-lk 3614
astro/utils/postgres_merge_func.py sha256=GCJflCl6dts_uCguRLNAA4qXAQiIVS2e5vyCnD4Cmy0 1589
astro/utils/postgres_transform.py sha256=NHmYoeAvQ94srEJhNSgV0L_7kFX8G8i-aWc6UPX0qjM 266
astro/utils/schema_util.py sha256=FzbaIMsTm8Yr8lMoP4mPDh8uBNtF_g3RBkPsWj8QCpo 1972
astro/utils/snowflake_append.py sha256=bMNZ7t3PIWR-N9ZzitXDhoVmqdLfeGYkI7JQtR2R2as 2336
astro/utils/snowflake_merge_func.py sha256=_2HzyFG1QwJNWhAafnXgRuN2AR2l6SRBfY0n1tSPq8A 4542
astro/utils/snowflake_transform.py sha256=j2rkGH0JW7TvZz_F6rML7ahMyCQd12ixJbyPvAxtcA8 768
astro/utils/sqlite_merge_func.py sha256=95m-fRjCSSXi9ynvApnGbw9T6AaJx0RsvQWyfAlhzyg 1121
astro/utils/table_handler.py sha256=6JpagW5U4BB5uLEo8J_hiUBAxwrOMLVJswtiyMz65Lc 3463
astro/utils/task_id_helper.py sha256=O_k9VH1ILbzGrsTn3k91qbfLXEfHRef6YG1xj4R-Fbk 369
astro_projects-0.8.3.dist-info/entry_points.txt sha256=1hWWKZ6sLE7QGt_HwfID61uvPNcTOAkpF_fd4lXW0OE 74
astro_projects-0.8.3.dist-info/LICENSE sha256=WN3cYoyJX4HlA1dvaGP5WNY4ZPGBaZYRDPrlAPi33ho 11343
astro_projects-0.8.3.dist-info/WHEEL sha256=4TfKIB_xu-04bc2iKz6_zFt-gEFEEDU_31HGhqzOCE8 81
astro_projects-0.8.3.dist-info/METADATA sha256=RQ8rdb9I3Ep0fD3tm_vtZCeolK5QQxwix7pmvuEspdk 9455
astro_projects-0.8.3.dist-info/RECORD

entry_points.txt

provider_info = astro.__init__:get_provider_info