Skip to main content

nexla_sdk.models.destinations.enums

Classes

DestinationFormat

Defined in nexla_sdk/models/destinations/enums.py:58

Output format for destinations.

Members:

  • JSON = json
  • CSV = csv
  • PARQUET = parquet
  • AVRO = avro
  • XML = xml
  • DELIMITED = delimited
  • FIXED_WIDTH = fixed_width

DestinationStatus

Defined in nexla_sdk/models/destinations/enums.py:4

Destination status values.

Members:

  • ACTIVE = ACTIVE
  • PAUSED = PAUSED
  • DRAFT = DRAFT
  • DELETED = DELETED
  • ERROR = ERROR

DestinationType

Defined in nexla_sdk/models/destinations/enums.py:13

Supported sink types.

Members:

  • S3 = s3
  • GCS = gcs
  • AZURE_BLB = azure_blb
  • FTP = ftp
  • DROPBOX = dropbox
  • BOX = box
  • GDRIVE = gdrive
  • SHAREPOINT = sharepoint
  • MYSQL = mysql
  • POSTGRES = postgres
  • SQLSERVER = sqlserver
  • ORACLE = oracle
  • REDSHIFT = redshift
  • SNOWFLAKE = snowflake
  • BIGQUERY = bigquery
  • DATABRICKS = databricks
  • MONGO = mongo
  • DYNAMODB = dynamodb
  • FIREBASE = firebase
  • KAFKA = kafka
  • CONFLUENT_KAFKA = confluent_kafka
  • GOOGLE_PUBSUB = google_pubsub
  • REST = rest
  • EMAIL = email
  • DATA_MAP = data_map
  • PINECONE = pinecone