Skip to content

Commit 9c7d97b

Browse files
authored
Merge pull request #108577 from KalyanChanumolu-MSFT/patch-22
(AzureCXP) MicrosoftDocs/azure-docs#50287
2 parents c4c6363 + 0507897 commit 9c7d97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-explorer/python-ingest-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Queue a message to pull data from blob storage and ingest that data into Azure D
133133
INGESTION_CLIENT = KustoIngestClient(KCSB_INGEST)
134134

135135
# All ingestion properties are documented here: https://docs.microsoft.com/azure/kusto/management/data-ingest#ingestion-properties
136-
INGESTION_PROPERTIES = IngestionProperties(database=KUSTO_DATABASE, table=DESTINATION_TABLE, dataFormat=DataFormat.csv,
136+
INGESTION_PROPERTIES = IngestionProperties(database=KUSTO_DATABASE, table=DESTINATION_TABLE, dataFormat=DataFormat.CSV,
137137
mappingReference=DESTINATION_TABLE_COLUMN_MAPPING, additionalProperties={'ignoreFirstRecord': 'true'})
138138
# FILE_SIZE is the raw size of the data in bytes
139139
BLOB_DESCRIPTOR = BlobDescriptor(BLOB_PATH, FILE_SIZE)

0 commit comments

Comments
 (0)