Willi Müller

Results 30 issues of Willi Müller

For complete conversion of scripts in a docx file the following xml files need to be processed, alongside with word/document.xml: 1. word/footnotes.xml 2. word/endnotes.xml 3. word/comments.xml 4. word/footer1.xml 5. word/footer2.xml...

I would appreciate a command to check if a merge can be performed automatically or which files need manual merging. In this pull request I already implemented a simple version...

To make the recent docx conversion available on pypi I made a release and bumped the version to 2.2.0. Does this fit your versioning schema? **TODO after merge** - [...

I expect the following code to create a connection with a CRON schedule. However, it creates a `disabled` connection with manual schedule: ```terraform resource "airbyte_connection" "facebook_to_bq" { configurations = {...

I tried to use this Airbyte Terraform provider to manage my open-source Airbyte installation. However, when I try to add sources or resources then I always get the error that...

### Description This PR implements OAuth2 implicit flow with access token refresh fro server-to-server authorization. ### Related Issues - Resolves #1356 ### Additional Context Example usage: ``` import dlt from...

enhancement

### Feature description the `rest_client.auth` should offer also OAuth2 implicit authentication flow (two-legged flow). ### Are you a dlt user? Yes, I'm already a dlt user. ### Use case To...

### dlt version 0.4.8 ### Describe the problem When the schema changes by either a) dropping a table manually b) unselecting a resource while having the `write_disposition='replace'` the streamlit app...

bug
community

### dlt version 0.4.6 ### Describe the problem In my fork of this dlt repository I have now a daily workflow run which has been failing since at least the...

bug

**Source name** Probably all sources **Make sure that** * [x] I checked the README in the source folder **Not applicable** * [x] If I have problems with the credentials I...

bug