Skip to content
View NodeJSmith's full-sized avatar
  • Midwest United States
  • 06:57 (UTC -06:00)

Block or report NodeJSmith

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hassette hassette Public

    Modern, async-first Python framework for building Home Assistant automations

    Python 37 4

  2. otf-api otf-api Public

    Python OrangeTheory API Client

    Python 15 4

  3. quartz-cron-checker quartz-cron-checker Public

    Python library to validate quartz cron strings

    Python 1 1

  4. UnicodeEncodeError in Windows agent ... UnicodeEncodeError in Windows agent CI pipelines
    1
    ## Background
    2
    
                  
    3
    Running Python scripts in CI pipelines on Windows agents can sometimes cause UnicodeEncodeErrors that don't seem to make any sense. For example, running a simple command with a tool built in [click](https://github.com/pallets/click/issues/2121) or running [dbx build](https://github.com/databrickslabs/dbx/issues/455) or [prefect build](https://github.com/PrefectHQ/prefect/issues/5754) may run fine on your local Windows machine, but fail when running in a CI pipeline.
    4
    
                  
    5
    For example, running the below code:
  5. Running dbt against Databricks job c... Running dbt against Databricks job cluster
    1
    ### Table of Contents
    2
    - [Table of Contents](#table-of-contents)
    3
    - [So you wanna run dbt on a Databricks job cluster](#so-you-wanna-run-dbt-on-a-databricks-job-cluster)
    4
    - [Overview](#overview)
    5
    - [Existing Literature](#existing-literature)