HynekBlaha
HynekBlaha
I have similar issue on 1.7.0 (trying to set it up for the first time). ``` computeLogManager: type: AzureBlobComputeLogManager config: azureBlobComputeLogManager: storageAccount: container: dagster-logs defaultAzureCredential: exclude_environment_credential: true localDir: "/tmp/dagster_compute_logs" uploadInterval:...
Hello @gdubya, I confirm that abfss works correctly with duckdb 1.4.1. You can close the issue.
Joining in: Does someone else on AKS (GWC) experience sharp increase of **DagsterUserCodeUnreachableErrors** since ~**2025-09-05T06:00:00Z**? As far as I know, there were no infra changes from our side. Azure side...
Hello @ShootingStarD, have you tried steps mentioned in [migration docs](https://docs.dagster.io/migration)? ```python # before from dagster import SourceAsset my_asset = SourceAsset("my_asset", io_manager_key="abc") # after from dagster import AssetSpec my_asset = AssetSpec("my_asset",...
Decreasing `dagsterDaemon.heartbeatTolerance` to trigger auto-restart doesn't help.
For those affected who need immediate fix: [[dagster-k8s] fix: Stability improvement for AKS network issues #28934](https://github.com/dagster-io/dagster/pull/28934) Example how to quickly apply frozen version: https://github.com/dagster-io/dagster/pull/28934/commits/e16660f4aa55eda08fd00ae0071372c8a4850fc1
Hello, I have came across similar issue. My goal is to make many several assets, which will differ only by provided configuration. After studying the docs, I came to conclusion...
Hello @kevinjqliu, this might be a better reproducible example. ```python catalog.create_namespace_if_not_exists("tmp") table = catalog.create_table_if_not_exists( f"tmp.dummy3", schema=Schema( NestedField(field_id=1, name="ts", field_type=TimestamptzType(), required=False), NestedField(field_id=2, name="id", field_type=StringType(), required=False), ), partition_spec=PartitionSpec( PartitionField(source_id=1, field_id=1000, transform=HourTransform(), name="ts_hour"),...
I think you might be very interested in this one: @prha, @cmpadden, @gibsondan. :)
> Could you let us know which pages specifically (or if you know the queries) are particularly slow for you? Sure, any "Run history" page where runs are filtered based...