Ivan Trusov
Ivan Trusov
hi @mickvanhulst-TomTom , please take a look at [Jinja2 support doc](https://dbx.readthedocs.io/en/v0.6.12/features/jinja2_support.html) - there is support for both `env` and `var`-variables.
hi @jbpolle , As a quick fix, have you tried using [exclude-pattern](https://dbx.readthedocs.io/en/latest/cli.html#cmdoption-dbx-sync-dbfs-ep) or [exclude dirs](https://dbx.readthedocs.io/en/latest/cli.html#cmdoption-dbx-sync-dbfs-e) for this specific file?
> I would expect a warning and that this file would be ignored Hey @jbpolle , this approach contradicts the [Zen of Python](https://peps.python.org/pep-0020/), since `Explicit is better than implicit.`. Approach...
hi @jbpolle , Decision on the `max_size` is not something which is made by dbx team, rather than a limitation of the platform. What we can do is to workaround...
@matthayes could you please take a look into this? We can overcome the max_size limitation by using the following approach - use the same client to perform Create + while...
hey @Vakha , It took some time for me to review your PR and it sparked some interest in a more profound refactoring of the whole project. I'm currently working...
hi @HiteshDream , multitask jobs are already supported, but parameter passing via CLI is not yet fixed. Please take a look at `--task` [parameter](https://dbx.readthedocs.io/en/latest/cli.html#cmdoption-dbx-execute-task) in latest version.
hi @HiteshDream , this functionality will be added in 0.7.0, currently in heavy development. Stay tuned, we shall be able to release it in 1 week
hi @matthiaspfenninger , we have a plan to add a non-mlflow deployment capability (via direct upload to dbfs). Stay tuned for implementation updates.
@matthayes could you please take a look into this?