Michał Zawadzki
Michał Zawadzki
Yup this thing doesn't work at all. Use https://github.com/gitpod-io/openvscode-server/ instead.
Yes, I think `hostnamectl set-hostname $USE_HOSTNAME` is more general. Had the same issue.
I can take this one BTW
Bumping, would be great to at least have some clue when it might be coming, since it seems it's pending some major refactoring effort? If it's going to take another...
For anyone still looking, it looks like 1.7 will be implemented soon, see #461
I initially also thought it would be nice, but then I realized running `cookiecutter gh:my-gh-org/my-cookiecutter-template-repo` is literally the same amount of effort as running `rye init --template gh:my-gh-org/my-cookiecutter-template-repo`, so why...
Bumping, @tiangolo this seems like a trivial merge. BTW maybe add some more maintainers to the project so it doesn't die?
Do I get it right in that vanilla Databricks is not yet supported? This connector requires using the Thrift schema for Hive connection string (`IllegalArgumentException: metastoreUri scheme must be thrift`),...
@alexjo2144 Thanks. I was researching if we can use dbt with various sources all through Trino (inspired by this [video](https://trino.io/episodes/21.html)) and it seems that Databricks is doable as well, although...
FWIW I've adapted [@dbeatty10's solution](https://github.com/dbt-labs/dbt-postgres/issues/53) for Spectrum and it worked for me (using `dbt-redshift==1.3.0` and `dbt-core==1.3.4`): ```diff {% macro redshift__list_relations_without_caching(schema_relation) %} {% call statement('list_relations_without_caching', fetch_result=True) -%} select table_catalog as database,...