#brenton_best-practices

1 messages ¡ Page 1 of 1 (latest)

night brookBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1263218566967333066

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

spring yoke
#

Hello, BigQuery sounds like a third party connector?

#

We really don't know anything about that. You'll want to reach out to that third party for help on what data they can provide you.

#

That said, our API doesn't allow retrieval of specific Meter Events.

#

So that really is likely the issue here.

#

If you want to track those individually then you would need to ingest that data as the Meter Events are created

karmic grotto
#

yeah, ignore the bigquery part

#

so if we wanted to do analysis of meter events, the data pipeline tools wont help?

#

we need to hit the API a bunch?

spring yoke
#

I mean most data pipelines just ingest your data via the API

#

So it isn't really any different.

#

But if you are asking how to get data on the individual Meter Events themselves, then you would have to build that data ingestion into your integration

#

As I said, you can't retrieve or list individual Meter Events

#

We don't support that currently

karmic grotto
#

ok, then i guess its back the drawing board for this dashboard

spring yoke
#

Yeah I mean you could still build something like that with Meter Event Summaries

karmic grotto
#

i was hoping to be able to build something that didnt require a ton of api calls

spring yoke
#

Well you have to get the data somehow, so you either work with a third party or you build the integration using the API yourself... no real way around that

karmic grotto
#

we're using your data pipeline tool to get teh data dumped in a bucket

#

in parquet form

spring yoke
karmic grotto
#

yeah, we got the beta version that saves to google cloud

spring yoke
#

Yeah sorry, I know nothing about how that actually works or the data it provides as we only support direct use of the API here.

#

But unfortunately I really don't know anything about it

karmic grotto
#

cool, i'll shoot them a line

#

thanks