Skip to content
View kiliantscherny's full-sized avatar
πŸ‘½
πŸ‘½

Block or report kiliantscherny

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
kiliantscherny/README.md

Hi there πŸ‘‹πŸ™‚

Welcome to my profile!

Check out my public repos and gists for interesting content and scripts in the data & analytics engineering space.

You can also reach out to me on Sample Image LinkedIn if you want to chat or have any questions!

Pinned Loading

  1. smiley-ratings smiley-ratings Public

    Data about food safety ratings from The Danish Veterinary and Food Administration

    Python

  2. tipscout tipscout Public

    A data pipeline for sweet deals

    Python 1

  3. Fun-With-LEGO-data Fun-With-LEGO-data Public

    My final project for the Data Talks Club Data Engineering Zoomcamp

    Python 2 1

  4. python-speedtest python-speedtest Public

    Simple dockerized app to test your internet speed

    Python

  5. Fetch the manifest and catalog JSON ... Fetch the manifest and catalog JSON artifacts from a dbt Slim CI job run
    1
    import datetime
    2
    import json
    3
    import os
    4
    import time
    5
    
                  
  6. Generate model YAML files for dbt Generate model YAML files for dbt
    1
    import os
    2
    
                  
    3
    from google.cloud import bigquery
    4
    from google.cloud.exceptions import GoogleCloudError
    5