GithubHelp home page GithubHelp logo

Comments (1)

mdesmet avatar mdesmet commented on August 17, 2024

It is actually working for dbt run but not for dbt seed apparently.

{
      "status": "success",
      "timing": [
        {
          "name": "compile",
          "started_at": "2023-07-26T14:32:36.419577Z",
          "completed_at": "2023-07-26T14:32:36.422394Z"
        },
        {
          "name": "execute",
          "started_at": "2023-07-26T14:32:36.422949Z",
          "completed_at": "2023-07-26T14:32:36.832432Z"
        }
      ],
      "thread_id": "Thread-1",
      "execution_time": 0.41478776931762695,
      "adapter_response": {
        "_message": "SUCCESS",
        "rows_affected": 99,
        "query": "/* {\"app\": \"dbt\", \"dbt_version\": \"1.5.3\", \"profile_name\": \"my_dbt_trino_project\", \"target_name\": \"dev\", \"node_id\": \"model.my_dbt_trino_project.src_orders\"} */\ncreate table datalake.analytics_source.src_orders\n      \n      \n    as (\n      \n\nwith source as (\n\n    select * from webshop.public.orders\n\n),\n\nrenamed as (\n\n    select\n        id as order_id,\n        user_id as customer_id,\n        order_date,\n        status\n\n    from source\n\n)\n\nselect * from renamed\n    )",
        "query_id": "20230726_143236_00024_k6zri"
      },
      "message": "SUCCESS",
      "failures": null,
      "unique_id": "model.my_dbt_trino_project.src_orders"
    },

from dbt-trino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.