astro-sdk-python
1.1.0

Getting Started With Astro SDK:

  • Getting started with the Astro Python SDK
  • Security

Guides

  • Concepts
  • Operators

Reference

  • API Reference
    • astro
      • Subpackages
        • astro.airflow
        • astro.databases
        • astro.files
        • astro.sql
        • astro.utils
      • Submodules
        • astro.constants
        • astro.exceptions
        • astro.settings
      • Package Contents
        • Functions
  • Configuration
  • Supported Databases
  • Supported File Location
  • Supported File Type

CHANGELOG

  • Changelog

Developing Astro SDK

  • Contributor Covenant Code of Conduct
  • Contributions
  • Security
  • Issues, PRs & Discussions
  • Creating a local development
  • Prepare PR
  • Pull Request Guidelines
  • Developing the package
  • Managing Releases
  • Handling Major releases
  • Creating a release from the release branch
  • Astro Enhancement Proposals
  • Indices and Tables
astro-sdk-python
  • »
  • API Reference »
  • astro
  • Edit on GitHub

astro

A decorator that allows users to run SQL queries natively in Airflow.

Subpackages

  • astro.airflow
    • astro.airflow.datasets
  • astro.databases
    • astro.databases.aws
      • astro.databases.aws.redshift
    • astro.databases.google
      • astro.databases.google.bigquery
    • astro.databases.base
    • astro.databases.postgres
    • astro.databases.snowflake
    • astro.databases.sqlite
  • astro.files
    • astro.files.locations
      • astro.files.locations.amazon
      • astro.files.locations.google
      • astro.files.locations.base
      • astro.files.locations.http
      • astro.files.locations.local
    • astro.files.operators
      • astro.files.operators.files
    • astro.files.types
      • astro.files.types.base
      • astro.files.types.csv
      • astro.files.types.json
      • astro.files.types.ndjson
      • astro.files.types.parquet
    • astro.files.base
  • astro.sql
    • astro.sql.operators
      • astro.sql.operators.append
      • astro.sql.operators.base_decorator
      • astro.sql.operators.base_operator
      • astro.sql.operators.cleanup
      • astro.sql.operators.dataframe
      • astro.sql.operators.drop
      • astro.sql.operators.export_file
      • astro.sql.operators.load_file
      • astro.sql.operators.merge
      • astro.sql.operators.raw_sql
      • astro.sql.operators.transform
      • astro.sql.operators.upstream_task_mixin
    • astro.sql.table
  • astro.utils
    • astro.utils.dataframe
    • astro.utils.load
    • astro.utils.path
    • astro.utils.table
    • astro.utils.task_id_helper
    • astro.utils.typing_compat

Submodules

  • astro.constants
  • astro.exceptions
  • astro.settings

Package Contents

Functions

get_provider_info()

astro.get_provider_info()
Return type

dict

Previous Next

© Copyright 2022, Astronomer inc.. Revision 3c9b6b44.

Built with Sphinx using a theme provided by Read the Docs.