BigQuery retrieve data from sftp
up vote
0
down vote
favorite
I have an internet facing sftp server that has regularly csv files update. Is there anyway command to have BigQuery to retrieve data from this sftp and put it into tables. Alternatively, any API or python library that support this?
google-bigquery sftp
add a comment |
up vote
0
down vote
favorite
I have an internet facing sftp server that has regularly csv files update. Is there anyway command to have BigQuery to retrieve data from this sftp and put it into tables. Alternatively, any API or python library that support this?
google-bigquery sftp
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an internet facing sftp server that has regularly csv files update. Is there anyway command to have BigQuery to retrieve data from this sftp and put it into tables. Alternatively, any API or python library that support this?
google-bigquery sftp
I have an internet facing sftp server that has regularly csv files update. Is there anyway command to have BigQuery to retrieve data from this sftp and put it into tables. Alternatively, any API or python library that support this?
google-bigquery sftp
google-bigquery sftp
asked 8 hours ago
Kai Zhang
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
As for BigQuery - there's no integration I know of with SFTP.
You'll need to either:
- Create/find a script that reads from SFTP and pushes to GCS.
- Add a HTTPS service to the SFTP server, so your data can be read with the GCS transfer service (https://cloud.google.com/storage-transfer/docs/)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
As for BigQuery - there's no integration I know of with SFTP.
You'll need to either:
- Create/find a script that reads from SFTP and pushes to GCS.
- Add a HTTPS service to the SFTP server, so your data can be read with the GCS transfer service (https://cloud.google.com/storage-transfer/docs/)
add a comment |
up vote
0
down vote
As for BigQuery - there's no integration I know of with SFTP.
You'll need to either:
- Create/find a script that reads from SFTP and pushes to GCS.
- Add a HTTPS service to the SFTP server, so your data can be read with the GCS transfer service (https://cloud.google.com/storage-transfer/docs/)
add a comment |
up vote
0
down vote
up vote
0
down vote
As for BigQuery - there's no integration I know of with SFTP.
You'll need to either:
- Create/find a script that reads from SFTP and pushes to GCS.
- Add a HTTPS service to the SFTP server, so your data can be read with the GCS transfer service (https://cloud.google.com/storage-transfer/docs/)
As for BigQuery - there's no integration I know of with SFTP.
You'll need to either:
- Create/find a script that reads from SFTP and pushes to GCS.
- Add a HTTPS service to the SFTP server, so your data can be read with the GCS transfer service (https://cloud.google.com/storage-transfer/docs/)
answered 7 hours ago
Felipe Hoffa
20.3k248104
20.3k248104
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53400716%2fbigquery-retrieve-data-from-sftp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown