Pinned Loading
-
docker gcloud helper
docker gcloud helper 1===========================================================================
2DOCKER UTILS
34# delete all images
5sudo docker image prune --all --force
-
docker-selenium-python
docker-selenium-python PublicBasic Docker runing Selenium with Python 3.8
Python
-
build-push-deploy of docker image in...
build-push-deploy of docker image in GCP (us-central1 can be changed for your location) 1steps:
2- id: "docker-build"
3timeout: 1500s
4name: "gcr.io/cloud-builders/docker"
5args: ["build", "-t", "us-central1-docker.pkg.dev/${_PROJECT_ID}/${_REPOSITORY}/${_IMAGE}", "."]
-
Python function to truncate string c...
Python function to truncate string columns from pandas dataframe based on varchar length from DB. 1def truncate_varchar(df, db=None, table=None):
2from sqlalchemy import MetaData
3meta = MetaData()
4meta.reflect(only=[table], resolve_fks=False, views = False, bind=db.getEngine())
5datatable = meta.tables[table]
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.