missing_t | missing I18n translations in your Rails project | Internationalization library
kandi X-RAY | missing_t Summary
kandi X-RAY | missing_t Summary
See all the missing I18n translations in your Rails project
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of missing_t
missing_t Key Features
missing_t Examples and Code Snippets
Community Discussions
Trending Discussions on missing_t
QUESTION
I have a streaming pipeline that takes messages from pub/sub, parses them, and writes to BigQuery. The challenge is that each message goes to a different event table based on the event
property in the message, and they are not ordered.
This means (I believe) that the WriteToBigQuery
method cannot efficiently batch the writes, I am seeing it basically write each message one at a time, and hence it is running too slowly. I have also tried adding a 60-second window and adding a GroupByKey
/FlatMap
to try to reorder them, with only minimal success at speeding it up.
Using the FILE_LOADS
method in WriteToBigQuery
with a 60+ second triggering frequency, it APPEARS to work, sending load jobs, which then (at least sometimes) succeed and I see the data go into the correct tables. BUT, the temporary tables that were created never get deleted, so I have hundreds of tables getting created (with names like beam_bq_job_LOAD_AUTOMATIC_JOB_NAME_LOAD_NAME_STEP_756_37417blahblahblah
)...which is obviously not sustainable.
Writing via STREAMING_INSERTS
works fine, just slowly, this is an attempt to make it more efficient.
If anybody could help me figure out why the tables aren't getting deleted that would I think give me a working, efficient pipeline. I've tried longer triggering frequencies (up to 1 hour) but the same behavior happens.
Here is my main pipeline - again, I don't have any issues with the rest of it, just providing for context.
...ANSWER
Answered 2020-Oct-26 at 19:16When using LOAD_FILES with multiple partitions and/or dynamic destinations the behavior should be as follows:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install missing_t
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page