glundgren
01/17/2022, 11:09 AMpoutingemoji
01/17/2022, 11:10 AMglundgren
01/17/2022, 11:10 AMpoutingemoji
01/17/2022, 11:10 AMglundgren
01/17/2022, 11:10 AMglundgren
01/17/2022, 11:10 AMglundgren
01/17/2022, 11:10 AMglundgren
01/17/2022, 11:11 AMglundgren
01/17/2022, 11:15 AMglundgren
01/17/2022, 11:15 AMglundgren
01/17/2022, 11:16 AMsilentworks
01/17/2022, 12:23 PMulisses
01/17/2022, 1:19 PMulisses
01/17/2022, 1:25 PM404 Page not found
ulisses
01/17/2022, 1:27 PMdocs
to the urlT-ZA
01/17/2022, 1:39 PMMaz
01/17/2022, 3:13 PMcreateSignedUrl
method on storage, and I'm getting a rate limit error now:
{
message: 'API rate limit exceeded',
status: 429
}
Is there some billing or plan upgrade I need to make here or some config so I avoid this rate limit? I will need to perform a lot of signed urlsMaz
01/17/2022, 3:16 PMgaryaustin
01/17/2022, 3:29 PMScott P
01/17/2022, 4:58 PMBenXk
01/17/2022, 4:58 PMcookie mob
01/17/2022, 5:50 PMmattaye
01/17/2022, 6:17 PMtourdownunder
01/17/2022, 8:00 PMpsql
where temp_data.csv
is in the same direcotry
sql
CREATE TEMP TABLE temp_data
(
Date text,
Time text,
Code text,
Product text
);
\COPY temp_data FROM ./temp_data.csv DELIMITER ',' CSV HEADER;
Most GUI postgres clients have a way to import / export data using csv too.mattaye
01/17/2022, 8:01 PMsharpcdf
01/17/2022, 9:36 PMUSER_TOKEN
?sharpcdf
01/17/2022, 9:36 PMsharpcdf
01/17/2022, 9:36 PMsharpcdf
01/17/2022, 9:36 PMsilentworks
01/17/2022, 10:49 PM