Skip to content
View NodeJSmith's full-sized avatar
  • 13:43 (UTC -05:00)

Block or report NodeJSmith

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. otf-api otf-api Public

    Python OrangeTheory API Client

    Python 9 3

  2. quartz-cron-checker quartz-cron-checker Public

    Python library to validate quartz cron strings

    Python

  3. 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:
  4. 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)