forked from AltimateAI/vscode-dbt-power-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
48 lines (48 loc) · 5.58 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"walkthrough.<id>.title": "Walkthrough Title",
"walkthrough.<id>.description": "Walkthrough Description",
"walkthrough.<id>.steps.<stepid>.title": "Walkthrough idx step idy title",
"walkthrough.<id>.steps.<stepid>.description": "Walkthrough idx step idy description",
"walkthrough.initialSetup.title": "Setup dbt Power User",
"walkthrough.initialSetup.description": "Setup the dbt Power User extension for your project by following the steps shown below.",
"walkthrough.initialSetup.steps.support.title": "Welcome to dbt Power User setup!",
"walkthrough.initialSetup.steps.support.description": "Before you begin, know that our team is on standby to assist you. Should you encounter any issues or have questions, [contact us](https://www.altimate.ai/support) right away.",
"walkthrough.initialSetup.steps.open.title": "Open dbt Project",
"walkthrough.initialSetup.steps.open.description": "To start off, open a dbt project.\n[Open dbt Project](command:toSide:vscode.openFolder)",
"walkthrough.initialSetup.steps.selectInterpreter.title": "Select Python Interpreter",
"walkthrough.initialSetup.steps.selectInterpreter.description": "Choose the Python Interpreter where you have installed dbt.\n[Select Python Interpreter](command:python.setInterpreter)",
"walkthrough.initialSetup.steps.installDbt.title": "Install dbt",
"walkthrough.initialSetup.steps.installDbt.description": "Please install dbt in the selected Python Environment.\n[Install dbt](command:dbtPowerUser.installDbt)",
"walkthrough.initialSetup.steps.updateExtension.title": "Update dbt Power User Extension",
"walkthrough.initialSetup.steps.updateExtension.description": "To get the latest features, update the dbt Power User extension.\n[Update Extension](command:workbench.extensions.action.extensionUpdates)",
"walkthrough.initialSetup.steps.associateFileExts.title": "Associate File Types",
"walkthrough.initialSetup.steps.associateFileExts.description": "For dbt Power User to work, *.sql file types need to be associated with the value 'sql' or 'jinja-sql' and *.yml file types should be associated with the value 'yaml' or 'jinja-yaml'.\n[Associate File Types](command:toSide:dbtPowerUser.associateFileExts)",
"walkthrough.initialSetup.steps.validateProjectCore.title": "Validate project setup",
"walkthrough.initialSetup.steps.validateProjectCore.description": "Check if the dbt project is setup correctly. This will run dbt debug to ensure that dbt is able to locate the profile and connect to the database. You can validate multiple projects one by one as well\n[Validate Project](command:dbtPowerUser.validateProject)",
"walkthrough.initialSetup.steps.validateProjectCloud.title": "Validate project setup",
"walkthrough.initialSetup.steps.validateProjectCloud.description": "Check if the dbt project is setup correctly. This will run dbt environment show to ensure that dbt is able to locate the profile and connect to the database. You can validate multiple projects one by one as well\n[Validate Project](command:dbtPowerUser.validateProject)",
"walkthrough.initialSetup.steps.pickProject.title": "Pick a dbt project",
"walkthrough.initialSetup.steps.pickProject.description": "Now, let’s validate the dbt project that you are working on by checking for dbt dependencies and identifying any issues in the configuration.\n[Pick Project](command:dbtPowerUser.pickProject)",
"walkthrough.initialSetup.steps.installDeps.title": "Run dbt deps",
"walkthrough.initialSetup.steps.installDeps.description": "This step will run dbt deps and install or update any packages involved in the project. You should see the results in a terminal that opens up. Each package should say 'Up to Date' as they are installed/ updated.\n[Run dbt deps](command:dbtPowerUser.installDeps)",
"walkthrough.initialSetup.steps.finish.title": "Finish setup",
"walkthrough.initialSetup.steps.finish.description": "If you followed all the steps so far, the extension should be set up for your project.\nIf you work with multiple projects in a single workspace, please pick another project and run the steps to install packages and run validation for all of them.\nIf you still have issues, you can [contact us](https://www.altimate.ai/support) for further help",
"walkthrough.tutorials.title": "dbt Power User Tutorials",
"walkthrough.tutorials.description": "Learn about new dbt Power User features in these tutorials.",
"walkthrough.tutorials.steps.autocompletion.title": "Auto-completion of models, macros and sources",
"walkthrough.tutorials.steps.autocompletion.description": " ",
"walkthrough.tutorials.steps.previews.title": "dbt model and SQL query results preview",
"walkthrough.tutorials.steps.previews.description": " ",
"walkthrough.tutorials.steps.documentation.title": "Generate or edit dbt documentation easily",
"walkthrough.tutorials.steps.documentation.description": " ",
"walkthrough.tutorials.steps.lineage.title": "Model Lineage and impact analysis using column level lineage",
"walkthrough.tutorials.steps.lineage.description": " ",
"walkthrough.tutorials.steps.dependants.title": "Click to build and run parent / children models, tests",
"walkthrough.tutorials.steps.dependants.description": " ",
"walkthrough.tutorials.steps.generate_models.title": "Generate dbt models from SQL or source files",
"walkthrough.tutorials.steps.generate_models.description": " ",
"walkthrough.tutorials.steps.healthcheck.title": "Project Health Check - find issues in your dbt project",
"walkthrough.tutorials.steps.healthcheck.description": " ",
"walkthrough.tutorials.steps.qsummary.title": "Query Summary",
"walkthrough.tutorials.steps.qsummary.description": " "
}