Francesc Puig
Francesc Puig
This PR fixes https://github.com/GoogleCloudPlatform/datacatalog-tag-engine/issues/118 By default, tag engine works with the native firestore database called (default), proposed changes: - [x] Support firestore client with database parameter in JobManager, TaskManager, TagEngineStoreHandler......
By default, tag engine works with the native firestore database called (default). Be able to use a db with a different name
### PyQt, Dibuixem? Tipus de la proposta: - [ ] Vull proposar un tema interessant - [x] Vull fer una xerrada Juntament amb @jbagot volem proposar-vos una xerrada que faríem...
It is necessary to escape ALL the non-printable characters so you can bash it correctly. It is necessary to escape the full character (`\e[0;31m`) by using: `\[...\]`, with `"\[\e[0;31m\]`, because...