colton

Results 88 comments of colton

> @cmpadden Why did you close PR #13 ? It seems to work for me, but I've only begun setting up hhtwm Apologies, I ended up closing it as I...

Hi @ion-elgreco - I'd be curious how it renders when you toggle the vertical / horizontal graph orientation in the bottom right. Any better?

Hi @sotte - I am attempting to reproduce the hanging execution using a local duckdb instance with no luck. I'm curious, how does your project differ from the following? ```...

Hi @equialgo - that is some odd behavior! I have not been able to reproduce the issue, and have confirmed that I am able to run the project in a...

I was wondering about this - thanks @schrockn . This change, https://github.com/dagster-io/dagster/pull/21715/files, can now be reverted which included the `_PipesSubprocess` class in Sphinx.

We may also want to consider these references: ``` python_modules/libraries/dagster-aws/dagster_aws/pipes.py 245:PipesLambdaClient = ResourceParam[_PipesLambdaClient] python_modules/libraries/dagster-k8s/dagster_k8s/pipes.py 428:PipesK8sClient = ResourceParam[_PipesK8sClient] python_modules/libraries/dagster-databricks/dagster_databricks/pipes.py 210:PipesDatabricksClient = ResourceParam[_PipesDatabricksClient] python_modules/dagster/dagster_tests/execution_tests/pipes_tests/in_process_client.py 129:InProcessPipesClient = ResourceParam[_InProcessPipesClient] python_modules/libraries/dagster-docker/dagster_docker/pipes.py 218:PipesDockerClient = ResourceParam[_PipesDockerClient] ```

> What's the bar required to green light this? I'd like to contribute but reluctant to do try doing it all without guidance. Hi @dbrtly - excited to see that...

> The folks of Open Source Observer (cc @ravenac95) have a work in progress `dagster-sqlmesh` library! 🎉 Thanks for sharing that @davidgasquez. Link for those interested: - https://github.com/opensource-observer/dagster-sqlmesh

Corresponding project pull request for tracking - https://github.com/dagster-io/project-dagster-university/pull/25