Chris F

Results 3 comments of Chris F

The problem lies in the handling of the `dbx` default values in the [dbfs](https://github.com/databrickslabs/dbx/blob/2ad685fb5c1c7fe936ad73976460527a293c9af8/dbx/commands/sync/sync.py#L162) and [repo](https://github.com/databrickslabs/dbx/blob/2ad685fb5c1c7fe936ad73976460527a293c9af8/dbx/commands/sync/sync.py#L242) functions. The `profile` param value defaults to `"DEFAULT"` string ``` def( ..., profile: str...

This is one of the milestones for conda to bring it back from the stone ages and provide support for modern Python standards. According to the [official docs](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#is-pyproject-toml-mandatory) `pyproject.toml` is...

Pixi looks legit as another package manager for Python, but it hasn't been published to the official conda channel. For many organizations with strict channel policies, it isn't an option.