schacki

Results 15 comments of schacki

Any news here or a plan? This is a kind of showstopper for us?

I am sorry guys, but it still does not work for me, still get the error message, that the underlying model table does not exist. Am I supposed to use...

### Exactly the same result ```python KUSTO_DATABASE = 'DbJsErc' REGION = "northeurope" CLUSTER_NAME = 'kvc0rqpapuw5sdsq51c0sa' KUSTO_DATA_URI = f"https://{CLUSTER_NAME}.{REGION}.kusto.windows.net/" CREATE_TABLE_COMMAND = ".create table test (test: string)" kcsb_ingest = KustoConnectionStringBuilder.with_interactive_login(KUSTO_DATA_URI) client_ingest =...