Daniel Iñigo
Daniel Iñigo
According to the [DBT CLI ](https://docs.getdbt.com/reference/dbt-commands)reference there are still some missing commands. This solves: * close #59 cause it implements `DbtSourceOperator` * close #51 cause it implements `DbtBuildOperator`
This development preexists the one available in the `apache/airflow` repo operators for Google Analytics. But trying to keep the SSoT principle, can you try to merge this code with the...
**Describe the bug:** `AesSivParameters` allows and validates keys of lengths 32, 48, and 64 bytes https://github.com/tink-crypto/tink-java/blob/main/src/main/java/com/google/crypto/tink/daead/AesSivParameters.java#L54-L69 However `AesSivKeyManager` Supports only 64 https://github.com/tink-crypto/tink-java/blob/main/src/main/java/com/google/crypto/tink/daead/AesSivKeyManager.java#L79-L87 **What was the expected behavior?** For keys of...
This enables keys of lengths 32 and 48 bytes to be used see https://github.com/tink-crypto/tink-java/issues/32
### What kind of contribution is this issue about? Feature request — Support for Dataplex Attribute Store / Taxonomies / Tags / Attributes ### Details Taxonomies are currently supported in...
**Is your feature request related to a problem you are facing?** Easy configuration of jitsi interface for the docker-compose deployment **Describe the solution you'd like** Extract [interface_config](https://github.com/jitsi/jitsi-meet/blob/f5a0a1ef8c50871deec77c7441115accd65e5fe2/interface_config.js) from environment variables...