Roboquery - Convert code to Google Bigquery

Migrate your SQL queries, tables, views from Teradata to Google Bigquery

Roboquery - Convert code to Google Bigquery क्या है?

Roboquery - Convert code to Google Bigquery Roboquery.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Migrate your SQL queries, tables, views from Teradata to Google Bigquery"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roboquery - Convert code to Google Bigquery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With Roboquery, 

1. You can easily convert all your database objects, DDLs and SQL queries from one data warehouse platform to another (Teradata, SQL Server, Snowflake, Google BigQuery)

2. NEW FEATURE (Free): Right click on the Bigquery code editor to access 30+ Bigquery SQL snippets directly. No more searching for Bigquery SQL syntax

You can use Roboquery for FREE in our starter plan. You will get 50 free credits on signup and 20 free credits per month. This way you can see how Roboquery works. Beyond our free plan, you can purchase a voucher to add more credits. Each activity consumes 1 credit. eg. Conversion of 1 table or 1 view or 1 SQL Query

Steps:

- Install the chrome plugin
- Open Google Bigquery WebUI in the browser
- Click on the extension to launch it
- Copy paste your source SQL
- Click convert button to convert to Bigquery
- Voila! so simple as that !
- You can also right click on the Bigquery code editor to access the SQL snippets

Roboquery can,

- Convert Table DDLs from Teradata to Bigquery
- Convert View DDLs from Teradata to Bigquery
- Convert SQL Queries from Teradata to Bigquery
- Convert Table DDLs, View DDLs, SQL Queries from Microsoft SQL Server, Azure SQL Database, Azure Synapse Analytics (SQL DW), Parallel Data Warehouse to Snowflake                    

एक्सटेंशन की मूल जानकारी

नाम Roboquery - Convert code to Google Bigquery Roboquery - Convert code to Google Bigquery
ID fgikiokhgjjgcilfoebpipjbdlnkapap
आधिकारिक URL https://chrome.google.com/webstore/detail/roboquery-convert-code-to/fgikiokhgjjgcilfoebpipjbdlnkapap
विवरण Migrate your SQL queries, tables, views from Teradata to Google Bigquery
फ़ाइल का आकार 48.29 KB
स्थापना संख्या 306
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-09-28
प्रकाशन तिथि 2020-03-05
डेवलपर Roboquery.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://roboquery.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roboquery - Convert code to Google Bigquery",
    "description": "Migrate your SQL queries, tables, views from Teradata to Google Bigquery",
    "version": "1.0.3",
    "icons": {
        "66": "icons\/icon66.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "https:\/\/*.roboquery.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/console.cloud.google.com\/bigquery*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}