#brenton_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
Otherwise you take advantage of Meter Event Summaries: https://docs.stripe.com/api/billing/meter-event_summary
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?
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
ok, then i guess its back the drawing board for this dashboard
Yeah I mean you could still build something like that with Meter Event Summaries
Which will aggregate the Meter Events between a certain time period. See: https://docs.stripe.com/api/billing/meter-event_summary/list which allows you to list Meter Event Summaries
i was hoping to be able to build something that didnt require a ton of api calls
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
we're using your data pipeline tool to get teh data dumped in a bucket
in parquet form
Ah you are saying you use https://docs.stripe.com/stripe-data/access-data-in-warehouse
yeah, we got the beta version that saves to google cloud
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.
You could ask our Support team via https://support.stripe.com/contact/login about this as there is a part of our Support team that focuses on Connectors/Data Pipeline
But unfortunately I really don't know anything about it