rudolfix
rudolfix
# Quick source info - Name of the source: google_cloud_pubsub implement a dlt resource that retrieves messages from google cloud pub sub. The challenge here is that dlt is processing...
### Source name rest_api ### Describe the data you'd like to see We could combine instances of regular resources with a. Such config could look like this: ``` @dlt.resource(name="stories") def...
### Source name rest_api ### Describe the data you'd like to see Dependent resources loop over all data items in a batch sent from the connected parent. We can easily...
### Description
**Background** `dlt` does not allow to correctly model relationships between tables where columns of certain table refer to column of other table (TABLE REFERENCE). Currently we support only NESTED REFERENCES...
### Source name rest_api ### Describe the data you'd like to see Dependent resources loop over all data items in a batch sent from the connected parent. We can easily...
### Description fixes #1647
## Why `1.0`? We are releasing `1.0.0` version of `dlt`. In the last 2 years we've got quite stable (in term of our API, internal migrations and major bugs being...
**Background** Several things could be much better and several tests are missing. Let's try to fix those one by one **Tasks** 1. * [x] when `replace` write disposition is used...
**Background** We should store metrics when they go into terminal state. Currently if package is partially loaded and the process is killed, we lose metrics of completed jobs. Proposed implementation:...