Silver 3
Since ‎11-04-2020
Saturday

My Stats

  • 117 Posts
  • 7 Solutions
  • 506 Likes given
  • 144 Likes received

identafly's Bio

Badges davidregalado25 Earned

View all badges

Recent Activity

Hello wonderful people! I'm using Terraform to implement IaC for a project. I'm running my .tf files in Cloud Shell I'm using a block like this to create a google_dataform_repository resource: #Create a Dataform repository resource "google_dataform_r...
Hello wonderful people!I want to build a system that loads data into BigQuery every day. Dataform was first that came to my mind since it's already integrated in the GCP ecosystem and it have cool features like releases & scheduling, version control,...
Hello!I was trying to import some data from a firestore collection to another. In order to achieve this, I used the export feature in project1. Now, I'm inside my project2 trying to do import but with no luck. Here are some screenshots. Am I doing so...
HelloIs it possible to call a VM using an internal IP directly from Dialogflow?--Best regardsDavid RegaladoWeb | Linkedin | Cloudskillsboost
Hi,Following this conversation, I decided to put my case as a new message here. My goal is to load a table with data from CSV files using Dataform. For that, I'm using a sqlx file like this:: LOAD DATA OVERWRITE [MY_PROJECT].ILS.test_david_ILS_catego...