Julius Remigio
Julius Remigio
Changing unresolved_value parameter to use STR_SUBSTITUTION does not work. ` ConfigFactory.parse_file(file, resolve=False,unresolved_value=STR_SUBSTITUTION) ` ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) ~/repos/amf-datapipeline-hotel/src/Untitled-1.py in ----> 22 pprint.pprint(ConfigFactory.parse_file(config["analytic.results.datacalculations.json"], resolve=False, unresolved_value=STR_SUBSTITUTION)) ~/miniconda3/envs/amf-datapipeline-hotel/lib/python3.8/site-packages/pyhocon/config_parser.py in...
Is there a way to use this library to generate a dataclass using a json schema file? I only see examples of going in the other direction.
tutorial needs to be updated to show using post events to invalidate the hive metadata
The tutorial is not clear on what file type should be used for the output file when AVRO is selected as a data format. Also the tutorial needs to be...
Setting this `"reserved_concurrency": null,` results in the lambda applying the _reserved_concurrency_ setting at the project level when applying lambda specific configurations. If I have this set to _1_ at the...
### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched the existing issues, and I could...
Currently `int_as_string_bitcount` supports only up to 63bits. Please add support for any bitlength or at least 127(128) bits. [Snowflake](https://docs.snowflake.com/en/sql-reference/data-types-numeric.html#int-integer-bigint-smallint-tinyint-byteint) supports 128bit integers, currently any bigints that I load have to...
``` check-runtime: runs-on: ubuntu-latest defaults: run: working-directory: ${{ inputs.project_dir }}/ outputs: files_exists: ${{ steps.check-dir.outputs.files_exists }} steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - name: Check file existence...
Kerberos is supported on non-windows system as specified here: https://www.freetds.org/userguide/domains.html how does one authenticate using kerberos with CTDS? I have successfully generated a connection object by specifying a domain username...
Is there planned support for table variables? This would enable use cases such as stored procedures that require table valued parameters.