Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Dokumen ini menjelaskan perintah antarmuka command line (CLI) Dataform open source.
Perintah CLI Dataform
Dataform CLI open source menyediakan perintah untuk melakukan inisialisasi, kompilasi, pengujian, dan menjalankan inti Dataform secara lokal, di luar Google Cloud.
Perintah CLI Dataform
Deskripsi
dataform help
Menampilkan bantuan untuk semua perintah CLI Dataform.
dataform help [command]
Menampilkan bantuan untuk perintah yang ditentukan.
dataform init [project-dir]
Membuat project Dataform baru.
dataform install [project-dir]
Menginstal dependensi NPM untuk project Dataform yang ditentukan.
dataform init-creds [project-dir]
Membuat file .df-credentials.json untuk digunakan Dataform saat mengakses API Google Cloud .
dataform compile [project-dir]
Mengompilasi project Dataform yang ditentukan. Menghasilkan output JSON yang menjelaskan grafik yang tidak dapat dieksekusi.
dataform test [project-dir]
Menjalankan pengujian unit project Dataform yang ditentukan di BigQuery.
dataform run [project-dir]
Menjalankan skrip project Dataform yang ditentukan di BigQuery.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-03 UTC."],[[["The Dataform CLI is an open-source tool for managing Dataform core functionalities outside of Google Cloud."],["It allows users to initialize, compile, test, and run Dataform projects locally."],["Users can use the Dataform CLI to install dependencies, initialize credentials for Google Cloud API access, and format project files."],["The `dataform help` command displays available CLI commands, with options for specific command help, while `--help` shows help and `--version` shows the version number."],["The `dataform compile`, `dataform test`, and `dataform run` commands manage project compilation, unit testing, and script execution, respectively, on BigQuery."]]],[]]