This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "diagnostic-languageserver.filetypes": { | |
| "python": "flake8", | |
| "sh": "shellcheck" | |
| }, | |
| "diagnostic-languageserver.enable": true, | |
| "ruff.path": true, | |
| "diagnostic.checkCurrentLine": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import apache_beam as beam | |
| from apache_beam.io import ReadFromText, WriteToText | |
| from apache_beam.io.gcp import gcsio | |
| # Define your GCS source and destination buckets and prefixes | |
| source_bucket = 'your-source-bucket' | |
| destination_bucket = 'your-destination-bucket' | |
| source_prefix = 'source-directory/' | |
| destination_prefix = 'destination-directory/' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "baseLayer": { | |
| "tilejson": "2.2.0", | |
| "name": "base", | |
| "version": "1.0.0", | |
| "scheme": "xyz", | |
| "tiles": [ | |
| "https://a.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "baseLayer": { | |
| "tilejson": "2.2.0", | |
| "name": "base", | |
| "version": "1.0.0", | |
| "scheme": "xyz", | |
| "tiles": [ | |
| "https://a.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
| ] | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "baseLayer": { | |
| "tilejson": "2.2.0", | |
| "name": "base", | |
| "version": "1.0.0", | |
| "scheme": "xyz", | |
| "tiles": [ | |
| "https://a.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
| ] | |
| }, |