Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.2 KB

Source.md

File metadata and controls

32 lines (27 loc) · 2.2 KB

Source

Details about the data source for the given collection. Only one of the following fields are allowed to be defined. Only collections can act as data sources for views.

Properties

Name Type Description Notes
azure_blob_storage SourceAzureBlobStorage [optional]
azure_event_hubs SourceAzureEventHubs [optional]
azure_service_bus SourceAzureServiceBus [optional]
dynamodb SourceDynamoDb [optional]
file_upload bool, date, datetime, dict, float, int, list, str, none_type [optional] [readonly]
format_params FormatParams [optional]
gcs SourceGcs [optional]
id str Unique source identifier. [optional] [readonly]
ingest_transformation FieldMappingQuery [optional]
integration_name str Name of integration to use. [optional]
kafka SourceKafka [optional]
kinesis SourceKinesis [optional]
mongodb SourceMongoDb [optional]
resume_at str ISO-8601 date when source would be auto resumed, if suspended [optional] [readonly]
s3 SourceS3 [optional]
snapshot SourceSnapshot [optional]
snowflake SourceSnowflake [optional]
status bool, date, datetime, dict, float, int, list, str, none_type [optional] [readonly]
suspended_at str ISO-8601 date when source was suspended, if suspended [optional] [readonly]
system SourceSystem [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]