astro-sdk-python
1.0.0

Getting Started With Astro SDK:

  • Getting started with the Astro Python SDK
  • Security

Guides

  • Concepts
  • Operators

Reference

  • API Reference
    • astro
      • Subpackages
        • 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

Operators

  • append operator
  • cleanup operator
  • dataframe operator
  • drop table operator
  • export_file operator
  • load_file operator
  • merge operator
  • run_raw_sql operator
  • transform operator
  • transform_file operator

Concepts

  • Concepts
astro-sdk-python
  • »
  • API Reference »
  • astro
  • Edit on GitHub

astro

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

Subpackages

  • astro.databases
    • 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.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.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.table
  • astro.utils
    • astro.utils.dataframe
    • astro.utils.load
    • astro.utils.path
    • astro.utils.table
    • astro.utils.task_id_helper

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 579b87f7.

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