-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pokémon Data Stack #64
Comments
Hi!, I would like to work on these fine Pokémon. |
Hi @CodeResolver! Sure, I have assigned it to you :). Let me know if you have any questions. |
Hi @CodeResolver! Are you still working on this? Otherwise I may need to unassign. Let me know :) |
Hi @ThaliaBarrera yes I am, was having issues with Terraform and the ecommerce quickstart, keep getting a 405 error so I just moved to a MacOs to try again. Quick question, is Terraform required and wondering if maybe I should use the MongoDB to Mysql quickstart instead as an example for this integration? |
Hi again , also while researching found this video and he is actually going through the PokeAPI, should I implement what is shown there and expand on it ? thanks and sorry for all the questions : ) |
@CodeResolver yes indeed you need Terraform. and for ur 2nd quesstion as per I've seen the video is related to building a python CDK but to build a quickstart you'll need to follow the Ecommerce analytics one its well written and explained by @ThaliaBarrera . More info can be given by @ThaliaBarrera . Ty ^_^ |
Thanks for replying @bishalbera! @CodeResolver maybe you can share your Terraform code and the error you're getting so we can further help |
Hi @ThaliaBarrera and @bishalbera , thanks for your help, replicating it now on Mac and ill send you the error if it shows up again. |
@CodeResolver Sure :) |
Hi again, was finally able to setup terraform correctly, thanks for your help. While working with dbt I do run into these errors, do you happen to know why I'm getting these: 18:06:31 Running with dbt=1.6.6 Thanks! |
@CodeResolver does the Note to self: Add that as a note in all quickstarts. |
Hi @ThaliaBarrera, just did a sync but still getting some issues, also I dont see the tables created in Bigquery but I do see the connections in Airbyte. Please check this gist with my current setup: I put them all together for quicker reference: Also workspace_id was a bit tricky to find, please check if that is correct (got it from my local Airbyte instance url) and maybe consider adding a comment for that one to quickstarts. Thanks! |
@CodeResolver Hello from your code I can see that you are using faker source . So I assume that first you are experimenting with the Ecommerce analytics quickstart and havent yet started with your actual source which is poke API. Also I couldnt find the faker _source.yml and stg_products and other files code in your given code which are the key files to create the and for your workspace id yes you can find that in the local instances url its like |
Hi @bishalbera thanks, yes I am trying to make this one work before I tackle the Pokeapi, I do see those 2 files you mentioned, I just added mine to the end of the gist, please take a look. |
@CodeResolver ok ..It will be nice if you could come in dm like mail or twitter(if you are ok with it) as here it will be very long conversation and I dont know if that will be ok or not . |
@CodeResolver ok now from your updated code I can see that you have set the |
Hey @bishalbera, sure we can do discord, here is a link to a server I just made for this: |
Pokémon Analysis and Insights with Airbyte
Extract Pokémon, ability, or move data from the PokeAPI using Airbyte. Load the data into a warehouse for in-depth analysis on Pokémon attributes, popularity, or battle strategies.
You can use a tool like dbt for data transformation, and an orchestrator like Airflow or Dagster if needed.
How to get started:
The text was updated successfully, but these errors were encountered: