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. tipscout tipscout Public

    A data pipeline for sweet deals

    Python 1

  2. Fun-With-LEGO-data Fun-With-LEGO-data Public

    My final project for the Data Talks Club Data Engineering Zoomcamp

    Python 2 1

  3. python-speedtest python-speedtest Public

    Simple dockerized app to test your internet speed

    Python

  4. 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
    
                  
  5. Retrieve the `prod` manifest.json to... Retrieve the `prod` manifest.json to use for deferring to production in dbt Core
    1
    from google.cloud import storage
    2
    import os
    3
    import click
    4
    
                  
    5
    
                  
  6. Append new dimensions to existing Lo... Append new dimensions to existing LookML view
    1
    from google.cloud import bigquery
    2
    import lkml
    3
    import os
    4
    
                  
    5