|
| 1 | +creating_kusto_client: "Creating Kusto client for cluster: {cluster_url}" |
| 2 | +creating_ingest_client: "Creating ingest client for URL: {ingest_url}" |
| 3 | +using_app_auth: "Using Azure AD application authentication" |
| 4 | +using_cli_auth: "Using Azure CLI authentication" |
| 5 | +generating_urls: "Generating URLs for cluster {cluster_name} in region {cluster_region}" |
| 6 | +running_query: "Running query on database {database}: {query}" |
| 7 | +running_command: "Running command on database {database}: {query}" |
| 8 | +query_complete: "Query complete, returned {rows} rows" |
| 9 | +command_complete: "Command execution complete" |
| 10 | +ingesting_dataframe: "Ingesting dataframe with {rows} rows to table {table_name}" |
| 11 | +ingestion_queued: "Ingestion queued with source ID: {source_id}" |
| 12 | +sending_to_adx: "Sending {items} items to ADX table {table_name}" |
| 13 | +empty_dict_list: "Empty dictionary list provided, nothing to send" |
| 14 | +table_creation_failed: "Error creating table {table_name}" |
| 15 | +checking_status: "Checking ingestion status for {count} operations" |
| 16 | +status_messages: "Found {success} success messages and {failure} failure messages" |
| 17 | +status_found: "Found status for {source_id}: {status}" |
| 18 | +ingestion_timeout: "Ingestion operation {source_id} timed out" |
| 19 | +clear_queues_no_confirmation: "Clear queues operation requires confirmation=True" |
| 20 | +clearing_queues: "DANGER: Clearing all ingestion status queues" |
| 21 | +queues_cleared: "All ingestion status queues have been cleared" |
| 22 | +waiting_ingestion: "Waiting for ingestion of data to finish" |
| 23 | +ingestion_failed: "Ingestion {ingestion_id} failed for table {table}" |
| 24 | +ingestion_completed: "All data ingestion attempts completed" |
| 25 | +failures_detected: "Failures detected during ingestion - dropping data with tag: {operation_tag}" |
| 26 | +checking_table_exists: "Checking if table exists" |
| 27 | +creating_nonexistent_table: "Table does not exist, creating it" |
| 28 | +dropping_data_by_tag: "Dropping data with tag: {tag}" |
| 29 | +drop_completed: "Drop by tag operation completed" |
| 30 | +drop_error: "Error during drop by tag operation: {error}" |
| 31 | +drop_details: "Drop by tag details" |
| 32 | +checking_table: "Checking if table {table_name} exists in database {database}" |
| 33 | +table_exists: "Table {table_name} exists" |
| 34 | +table_not_exists: "Table {table_name} does not exist" |
| 35 | +creating_table: "Creating table {table_name} in database {database}" |
| 36 | +create_query: "Create table query: {query}" |
| 37 | +table_created: "Table {table_name} created successfully" |
| 38 | +table_creation_error: "Error creating table {table_name}: {error}" |
| 39 | +mapping_type: "Mapping type for key {key} with value type {value_type}" |
| 40 | +runner: |
| 41 | + content_debug: "CSV content: {content}" |
| 42 | +store: |
| 43 | + sending_data: "Sending data to the table {table_name}" |
| 44 | + listing_tables: "Listing tables" |
| 45 | + working_on_table: "Working on table: {table_name}" |
| 46 | + table_empty: "Table {table_name} has no rows - skipping it" |
| 47 | + starting_ingestion: "Starting ingestion operation with tag: {operation_tag}" |
| 48 | + loading_datastore: "Loading datastore" |
| 49 | + data_sent: "Store data was sent for ADX ingestion" |
| 50 | + ingestion_error: "Error during ingestion process" |
| 51 | + dropping_data: "Dropping data with tag: {operation_tag}" |
| 52 | +auth: |
| 53 | + initializing_clients: "Initializing clients" |
| 54 | +utils: |
| 55 | + empty_column: "Column {column_name} has no content, defaulting it to string" |
0 commit comments