dinjazelena
dinjazelena
* Cookiecutter version: 2.4.0 * Template project url: * Python version: 3.10 * Operating System: ubuntu ### Description: When i have something like this: ```bash animal: fly: [bird] walk: [cat]...
Hey, what do u think about adding ruff format: https://docs.astral.sh/ruff/formatter/ as substition for Black. So all in one for linting and code quality.
Hey, so when we use anomaly checks which compares DataFrame metrics to previous DataFrame. Lets say we have batch jobs with pydeequ checks, and one of the checks failed from...
### TL;DR ``` on: push: branches: - main permissions: contents: write pull-requests: write name: release-please jobs: release-please: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v4 with: release-type: python version-file: togusa/__init__.py prerelease: true...
Hey, how can i keep my order of keys same as in model? This method changes it.
Hey, how can i upload whl file to Workspace or DBFS? Since i cannot open it as a binary in python and upload it. Can u give me an example?
Hey, so i have a job with a lot of tasks and its same for every target, only difference between targets is the parameters of first task.  Since i...
Hey, when we set development mode and compute_id to override all of the job's compute to given all purpose cluster which is great for fast testing. But problem is that...