Rick Smit

Results 14 comments of Rick Smit

I'm running Meltano in a container aswell, but I'm having a hard time figuring out what the best way is to _upload that file to S3 before the container is...

Sorry I was referencing the workaround and how it uploads the state file.

ah that would be nice, for now I just do: ```bash meltano state get dev:tap-google-search-console-to-target-bigquery > meltano_state/gsc_state.json meltano state get dev:tap-google-analytics-to-target-bigquery > meltano_state/ga_state.json aws s3 sync meltano_state s3://$S3_BUCKET/meltano_state ``` after...

I'm using this without any issues :)

my site is open source, but I can also just make a PR to add a small example folder

I must be doing something wrong, but when I provide (static) fallback data, my component never suspends and show my fallback loader

@pkellner sure thing! I made a simple codesandbox example here: https://codesandbox.io/p/sandbox/suspicious-chaum-u68vrm?file=%2Fapp%2Fpage.tsx&selection=%5B%7B%22endColumn%22%3A22%2C%22endLineNumber%22%3A12%2C%22startColumn%22%3A22%2C%22startLineNumber%22%3A12%7D%5D Notice you never see "Loading..." I guess it's because by providing the `fallbackData` there's no pending promise initially, but...

@dbk91 thanks for sharing your experience! > The interesting thing was that if you simply don't provide the fallbackData, suspense appears to work as expected aside from throwing the error...

i'm seeing the same behaviour, @tobilg did you find a fix?

I think this is related to https://github.com/duckdb/duckdb-wasm/issues/1040