Michał Zawadzki

Results 16 issues of Michał Zawadzki

This adds the possibility to use service principal method of authentication in `Azure` block (using `tenant_id`, `client_id`, `client_secret`, and `account_name` as credentials). Closes #6838. ### Example ### Checklist - [x]...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...

enhancement
status:triage

Fix `Manifest.resolve_ref() missing 1 required positional argument: 'target_model_version'` (dbt 1.5 compatibility issue). Might be required to alter behavior based on dbt minor version, since its minor versions are backwards incompatible...

It requires explicitly committing the transaction. Below simplified snippet worked for me; this functionality could be added eg. as a `commit` param to `execute_code()`? ```python adapter = DbtProject().adapter with adapter.connection_named("__x__"):...

For private repos, due to [this undocumented behavior](https://github.com/actions/checkout/issues/445#issuecomment-1957886916) of GitHub actions, it seems an additional `contents: read` permission is required for the action: ```yaml permissions: id-token: write # IMPORTANT: this...

enhancement
help wanted

### Bug summary The example shown in the docs [here](https://docs.prefect.io/3.0/deploy/infrastructure-concepts/deploy-ci-cd#prefect-github-actions) shows the `PrefectHQ/actions-prefect-deploy` action version `v3`, which is not compatible with Prefect 3 (`v4` is). ### Version info (`prefect version`...

bug
docs

### Bug summary While testing a GitHub workflow locally with `act`, I can't get the `prefect cloud login` command to work, despite the fact that all of the required params...

bug

### Describe the current behavior Currently, it's not possible to deploy flows stored in remote storage with the CLI/`prefect.yaml` (`prefect deploy` command). This is because even if a `pull` step...

enhancement

### Describe the current behavior The sync client is missing this async client's method https://github.com/PrefectHQ/prefect/blob/5cfdfd34a85c7260536a45d74763e35f565999e9/src/prefect/client/orchestration.py#L1851-L1909 Thus, running `get_client(sync_client=True).read_deployments()` doesn't work, while `get_client().read_deployments()` does. ### Describe the proposed behavior It's probably...

enhancement

### dlt version 1.6.1 ### Describe the problem Specifying `initial_value` param in `dlt.sources.incremental()` (as described eg. here https://dlthub.com/docs/general-usage/incremental-loading#incremental-loading-with-a-cursor-field) results in an error. Maybe this has something to do with using...