Khari Gardner

Results 6 issues of Khari Gardner

Unable to start databricks CLI on a Windows 11 machine with Python 3.10 installed. Any initialization command (databricks, databricks connect, etc.) results in the following error: `` Traceback (most recent...

### Bug summary A issue occurs when paginating through JQL issue responses when including a `properties` parameter (has never occured without the properties parameter) ### Is there an existing issue...

help wanted

### Terraform CLI Version 1.9.0 ### Terraform Provider Version 0.92.0 ### Terraform Configuration ```terraform resource "snowflake_file_format" "parquet" { for_each = toset(local.environments) name = "S3_PARQUET" database = "${each.key}_DATA_ADMINISTRATION" schema = "INTEGRATIONS"...

general-usage
resource:file_format

Is there any plan to add more support for different Saved Search Record types? I know Transaction saved searches were added in with a previous MR, but would like to...

There is a lack of ability to pass arguments down from composed objects within the main `NetSuiteConnection` entrypoint. For some examples, with some record types, using `xsd_ignore_sequence_order=True` and other parameters...

Code example: ```python results = sf.bulk.Event.upsert(records, external_id_field='...', include_detailed_results=True) ``` Results in this error (which doesn't appear when using detailed results: ``` File "/Users/kharigardner/Library/Caches/pypoetry/virtualenvs/psds-core-fh4dMCyS-py3.11/lib/python3.11/site-packages/simple_salesforce/bulk.py", line 567, in upsert results = self._bulk_operation(use_serial=use_serial,...