Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
86 lines (63 loc) · 2.98 KB

File metadata and controls

86 lines (63 loc) · 2.98 KB

Sqlite

Transfer to Sqlite as destination dataset

User can transfer data to Sqlite as destination as from following sources dataset:

  1. table

    ../../../../src/universal_transfer_operator/constants.py

  2. file

    ../../../../src/universal_transfer_operator/constants.py

Following transfer modes are supported:

  1. non_native

    Following is an example of non-native transfers between google bigquery to Sqlite using non-native transfer:

    ../../../../example_dags/example_universal_transfer_operator.py

  2. third_party

Examples

  1. Google Bigquery to Sqlite transfers
    • non_native

      Following is an example of non-native transfers between Google Bigquery to Sqlite using non-native transfer:

      ../../../../example_dags/example_universal_transfer_operator.py

  2. GCS to Sqlite transfers
    • non_native

      Following is an example of non-native transfers between GCS to Sqlite using non-native transfer:

      ../../../../example_dags/example_universal_transfer_operator.py

  3. AWS S3 to Sqlite transfers
    • non_native

      Following is an example of non-native transfers between AWS S3 to Sqlite using non-native transfer:

      ../../../../example_dags/example_universal_transfer_operator.py

Transfer from Sqlite as source dataset

User can transfer data from Sqlite to the following destination dataset:

  1. table

    ../../../../src/universal_transfer_operator/constants.py

  2. file

    ../../../../src/universal_transfer_operator/constants.py

Following transfer modes are supported:

  1. non_native
  2. third_party