Skip to content
#

elt

Here are 101 public repositories matching this topic...

cgardens
cgardens commented Oct 23, 2021

Tell us about the problem you're trying to solve

We have historically used apache.commons.cli. Because of heavy use we have started to add some light utility functions around it. Instead of entrenching ourselves in this tool, we should investigate using a more modern one. picocli comes highly recommended by @sherifnada . In addition, it's support for argument groups ([docs](https://picocli.i

dbt-core
tirkarthi
tirkarthi commented Oct 26, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

dbt/test/integration/027_cycle_test/test_cycles.py:        with self.assertRaisesRegexp(Exception, message):
dbt/test/integration/027_cycle_test/test_cycles.py:        with self.assertRaisesRegexp(Exception, message):

assertRaisesRegexp was removed in Python 3.11 in PR python/cp

dbtvault
chapmanjacobd
chapmanjacobd commented Dec 15, 2019

I'm new to the idea of Data Vault 2.0 and I'm reading the Dan Linstedt book to understand it better.

To help me get a better perspective of how dbtvault works I would like to know how difficult do you think it would be to add support for BigQuery?

Are there specific features of Snowflake which makes it better for running dbt/dbtvault ?

Thanks,
Jacob

wikirepo

Improve this page

Add a description, image, and links to the elt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elt topic, visit your repo's landing page and select "manage topics."

Learn more