Christian Minich

Results 15 issues of Christian Minich

This PR introduces a way to separate the python packages you need vs. the pinned dependencies. ## The motivating factors to adopt this: * we can control when we upgrade...

from the README: > NOTE: if you are running Sling locally, there is currently an error message if you already have a duckdb database set up the first time you...

Example here: https://github.com/dagster-io/dagster-open-platform/tree/main

this PR: * makes a change to a model * adds a new model * makes a change to a source this is to help showcase the power of diff...

example in local (duckdb) 🎉

Demonstrates creating a column-level lineage based on a source asset using the example from the docs.

## Summary & Motivation `execute_query` and `execute_queries` are methods in SnowflakeConnection, which is used by `snowflake_resource` but _not_ using by the Pythonic SnowflakeResource. ## How I Tested These Changes

Small change, but useful to show how you could use the stream_definition to determine the asset group name (similar to how we do so with dbt metadata format of `stream_definition`...