Juarez Rudsatz
Juarez Rudsatz
I did notice that some fonts with emojis support can specify distinct colors or each glyph/char. Then I was wondering about the viability and the suitability of using colors for...
Hi @nfx, - It happened in a brand new workspace. - It was fix by this: - databricks_directory - path = "/Repos/DataScience/" - databricks_repo - path = "/Repos/DataScience/git_reposiory_name"
Additionally, it's possible to use the [expression evaluator](https://docs.rs/evalexpr/latest/evalexpr/) to define property values as formula in [some use cases](https://github.com/starship/starship/issues/570#issue-509936108=): ``` ini [kubernetes] symbol = "${if(kubernetes.cluster == 'production', '🍎', '🍏')}" ```
> Adding scripting support has been discussed in the past: #2502 Correct. I see some differences in this approach: - Pure rust - it's not a full scripting / templating...
Maybe something like a dataflow transfered between steps like [Bonobo](https://www.bonobo-project.org). Also [here](https://www.prefect.io/) is other example of software product that uses [datapickle](https://github.com/cloudpipe/cloudpickle) and [Dask](https://dask.org/) to run dataflows clusterized in cloud.
**Regarding status of code:** - Code is working * The reading and writing of avro files is working fine * Tested with a pipeline querying a remote mysql database and...
> > Avro columns/fields are typed. But I couldn't find how bonobo transfers/preserves value type information. I concluded that bonobo didn't have this feature. > > Bonobo uses python's type...
> It seems also that the tests should do a bit more, you need to "assert" things so pytest will actually check something. I agree with that. I just would...
For reproducing the issue I did the following: 1. created a database in remotemysql.com 2. executed the script bellow for creating a table with some recores 3. create a graph...
Thanks for the summarizing the implications around the my point. After reading that, I've found some new things about the issues: - The issue with precision loss could be a...