elt
Here are 101 public repositories matching this topic...
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
Sending a rest call to delete a job specification throws 404 where as grpc call works fine. Steps to reproduce
curl -X DELETE "http://localhost:9100/v1/project/my-project/namespace/kush/helloworld" -H "accept: application/json"-
Updated
Oct 26, 2021 - TypeScript
-
Updated
Dec 28, 2019 - Python
-
Updated
Oct 11, 2021 - JavaScript
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
-
Updated
Oct 18, 2021 - Java
-
Updated
Oct 13, 2021 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Aug 9, 2021 - Java
What is the feature request? What problem does it solve?
ConfigurationBuilder enables plugins and vdk-core to provide any kind of configuration. Then users can see it documented using vdk config-help, other plugins to access it in type safe manner using Configuration class.
Confi
-
Updated
Jun 16, 2018 - Jupyter Notebook
-
Updated
Oct 17, 2021 - C++
wikirepo as a project has many modules that interconnect and are funneled to two functions - wikirepo.data.query and lctn_utils.gen_lctns_dict. It would be helpful for users and potential contributors to have a visual representation of
-
Updated
Jan 21, 2021 - Scala
-
Updated
Oct 27, 2021 - Python
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Dec 8, 2020 - Python
Mostrar en la consola un mensaje de error cuando no se especifique la sentencia type a un jobs en el archivo .toml.
Lo mismo puede ser agregado para los demás componentes por ejemplo: connections, jobs, variables, etc.
-
Updated
Oct 26, 2021
-
Updated
Jun 17, 2021 - Python
-
Updated
Jul 7, 2021 - Python
-
Updated
Jan 16, 2020 - TSQL
Improve this page
Add a description, image, and links to the elt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elt topic, visit your repo's landing page and select "manage topics."
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