Mikita Sakalouski

Results 9 issues of Mikita Sakalouski

**Is your feature request related to a problem? Please describe.** As data engineer I would like to have a possibility to call execution of python script directly from task, without...

enhancement

## Description Pluggy dependencies as follows `pluggy = "^1"` ## Related Issue #93 ## Motivation and Context Currently pluggy version is hardcoded to `pluggy = "1.0.0"` which is not allowing...

**Is your feature request related to a problem? Please describe.** Currently pluggy version is hardcoded to `pluggy = "1.0.0"` which is not allowing to use latest versions of `pytest`. **Describe...

enhancement

## Is your feature request related to a problem? Please describe. 1. Switch listing and formatting to hatch 2. Introduce GitHub action to run formatting and sync it back to...

enhancement

## Is your feature request related to a problem? Please describe. Quarantine transformation can be used to split your incoming data based on custom logic and write "bad" part to...

enhancement

## Is your feature request related to a problem? Please describe. I would like to have Koheesio step which allows to read data from GraphQL via enforcing schema check with...

enhancement

**Describe the bug** Terraform/bundle generate is failing when using `auth_type = databricks-cli` instead of PAT in databricks config file. **To Reproduce** Steps to reproduce the behavior: 1. Go to .databrickscfg...

bug

## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...

### Description This PR adds a new pre-commit hook for Hatch. The hook ensures that Hatch commands are run as part of the pre-commit checks, helping to maintain consistency and...