rudolfix

Results 75 issues of rudolfix

### Description This PR attempts to allow any naming convention to be used (ie UPPER CASE or CamelCase). Until now any naming convention that changed casing of columns was failing....

community

**Background** Make it easy for the user to use `dlt .. show` command by optionally adding required dependencies **Tasks** 1. * [ ] make another extra so you can install...

good first issue

**Background** We are looking for convenient way to execute dlt pipelines from command line, possibly with minimal / without additional code. There are two options to investigate (not mutually exclusive,...

**Background** Some of the destination capabilities may be changed by the user, for example: - default decimal, integer, text or timestamp precision - naming convention ideally we would allow user...

community

**Background** Colab added a feature to specify secrets that you can then access in the code: ![image](https://github.com/dlt-hub/dlt/assets/17202864/66e3aadb-e58c-4895-9e3a-bb5e6d187896) **Tasks** Implement extra config provider that works like the airflow one. 1. adds...

**Background** In many cases certain portion of data should be reacquired during incremental loading. Ie we want to always capture last 7 days of data when getting daily analytics report....

community

**Background** We want our users to handle the "bad data" themselves instead of what our data and schema contracts allow in #135 1. define a custom sink for the data...

support

following unit test that check processing of RESTAPIConfig and resource generation ### incremental - [ ] test if Incremental is properly instantiated from IncrementalArgs - [ ] test if incremental...

sprint

### Source name mongo ### Describe the data you'd like to see I'd like a `mongodb` features on par with `sql_database` features: 1. backfill with incremental (start / end ranges)...

source new feature

### Source name sql_database ### Describe the data you'd like to see `sql_database` has two reflection levels: (1) PK + data types (2) 1 + precision information for int/varchar/binary. this...

source new feature