quick_start/utils.py (4 lines): - line 51: # TODO (config - optional): App ID & tenant, and App Key to authenticate with - line 70: # TODO (config - optional): Managed identity client ID if you are using a user-assigned managed identity - line 86: # TODO (config - optional): App ID & tenant, path to public certificate and path to private certificate pem file to authenticate with - line 198: # TODO (config - optional): Setting the ingestion batching policy takes up to 5 minutes to take effect. azure-kusto-ingest/azure/kusto/ingest/ingest_client.py (2 lines): - line 160: # TODO: log the retry once we have a proper logging system - line 202: # TODO: log the retry once we have a proper logging system quick_start/sample_app.py (2 lines): - line 134: # TODO (config): - line 188: # TODO: Change if needed. Disabled to prevent an existing batching policy from being unintentionally changed azure-kusto-ingest/azure/kusto/ingest/_status_q.py (2 lines): - line 46: # TODO: current implementation takes a union top n / len(queues), which is not ideal, - line 91: # TODO: current implementation takes a union top n / len(queues), which is not ideal, azure-kusto-ingest/azure/kusto/ingest/descriptors.py (1 line): - line 165: # TODO: currently we always assume that streams are gz compressed (will get compressed before sending), should we expand that? azure-kusto-ingest/azure/kusto/ingest/status.py (1 line): - line 27: # TODO: should we set up a logger? azure-kusto-ingest/azure/kusto/ingest/ingestion_properties.py (1 line): - line 87: # TODO - add safe and convenient ctors, like in node azure-kusto-data/azure/kusto/data/helpers.py (1 line): - line 111: # TODO When moving to pandas 2 only - change to the appropriate type azure-kusto-ingest/setup.py (1 line): - line 49: # TODO - this has to be locked to this version due to https://github.com/Azure/azure-sdk-for-python/issues/40041