Skip to content
View williamfalinski's full-sized avatar
Block or Report

Block or report williamfalinski

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. docker gcloud helper docker gcloud helper
    1
    (didint grant permission to my user, thats why everything is runing with sudo)
    2
    
    
    3
    ===========================================================================
    4
    NEED TO AUTH FIRST, SET THE PROJECT AND CONFIGURE DOCKER IN RIGHT LOCATION
    5
    
    
  2. docker-selenium-python docker-selenium-python Public

    Basic Docker runing Selenium with Python 3.8

    Python

  3. build-push-deploy of docker image in... build-push-deploy of docker image in GCP (us-central1 can be changed for your location)
    1
    steps:
    2
      - id: "docker-build"
    3
        timeout: 1500s
    4
        name: "gcr.io/cloud-builders/docker"
    5
        args: ["build", "-t", "us-central1-docker.pkg.dev/${_PROJECT_ID}/${_REPOSITORY}/${_IMAGE}", "."]
  4. Python function to truncate string c... Python function to truncate string columns from pandas dataframe based on varchar length from DB.
    1
    def truncate_varchar(df, db=None, table=None):
    2
        from sqlalchemy import MetaData
    3
        meta = MetaData()
    4
        meta.reflect(only=[table], resolve_fks=False, views = False, bind=db.getEngine())
    5
        datatable = meta.tables[table]
  5. PDReadAuto PDReadAuto Public

    Jupyter Notebook