Code Monkey home page Code Monkey logo

gcloud-utils's Introduction

gcloud-utils's People

Contributors

aguimaraesduarte avatar allysh0w avatar danielbchaves avatar danielsanrocha avatar dekomote avatar dmvieira avatar eulercb avatar ffmmjj avatar gmvargass avatar monuelo avatar paulophmp avatar regismachado avatar sbouchardet avatar thepabloaguilar avatar timotta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gcloud-utils's Issues

Copyright holder and license

Hi,
Could you please add LICENSE file and put the copyright holder and license inside each file?

This way there is no chance of someone stumbling across a piece of code without being exposed to the license.

Thanks!

Integrate services with AWS (Amazon Web Services)

Now we currently support some services from Google:

  • Compute
  • Data Proc
  • ML Engine
  • Storage
  • BigQuery

We should support from AWS these similar:

  • Compute as EC2
  • Data Proc as EMR
  • ML Engine as SageMaker
  • Storage as S3
  • BigQuery as Athena

Adding stale bot GitHub action

Stale bot Warns and then closes issues and PRs that have had no activity for a specified amount of time.

How it works

  • After a period of inactivity, a label will be applied to mark an issue as stale, and optionally a comment will be posted to notify contributors that the Issue or Pull Request will be closed.

  • If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed and nothing further is done until it becomes stale again.

  • If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.

Will be helpful to manage the workflow later on.
I want to work on this

Remember to use helpful labels and milestones. If you use the "help wanted" label, Code for America will promote it widely.

Create unit tests to Cloud Functions

Implement unit tests to cloud functions

  • Tests
    • Function deploy
    • Execute
    • List functions
    • Describe functions
    • Already Existing function (on create)

v1beta2 cloudfunctions version is invalid...

Description

googleapiclient.errors.UnknownApiNameOrVersion: name: cloudfunctions version: v1beta2
API needs to be upgraded to just 'v1'

To Reproduce

Try to create a Functions object...

Tasks

gcs_to_table don't overwrite tables

Description

The issue is that gcs_to_table isn't working properly. At the line 68 it is said that the write disposition policy is WRITE_TRUNCATE, so it should overwrite the old table when it exists.

Files

./cli/gcs_to_table
./gcloud_utils/bigquery/bigquery.py

To Reproduce

1 - Use gcs_to_table to create a new table on bigquery with a file on GCS.
2 - Do step 1 again and the error will happen.

Fix Warnings

Fix code to remove deprecation warnings:
gcloud-utils/gcloud_utils/dataproc.py:24: DeprecationWarning: invalid escape sequence \W self.__pattern = re.compile('[\W_]+') virtualenvs/gcloud-utils/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from google.protobuf.pyext import _message virtualenvs/gcloud-utils/lib/python3.7/site-packages/google/cloud/iam.py:38: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class Policy(collections.MutableMapping)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.