Giter Club home page Giter Club logo

Comments (4)

pietern avatar pietern commented on July 17, 2024

Thanks for reporting the issue.

Version v0.216.0 included a change to how we perform local relative path resolution. It is possible to have a configuration where you have the base definition of a job in one file and specify target overrides in another file in another directory. Paths should always be relative to the directory of the configuration file where they are used, and before this version, this wasn't the case. The relevant PR is at #1273, in case you're interested.

The issue seems to be that we do not have location information for this path because it is specified as a variable. The previous approach assumed all paths to be relative to the location where the job was first defined. Could you let me know what you specify for json-to-bronze-path, is this an absolute path or a relative path, and if the latter, relative to which directory?

from cli.

SophieBlum avatar SophieBlum commented on July 17, 2024

It is a relative path, relative to the location where the job is defined.

from cli.

SophieBlum avatar SophieBlum commented on July 17, 2024

I can add to that: if I put the exact same path directly into the job definition, the error does not occur.

from cli.

pietern avatar pietern commented on July 17, 2024

Thanks for confirming.

You could work around this for the time being by including a prefix:

          notebook_task:
            notebook_path: "./${var.json-to-bronze-path}"

The result is the same but the location information will persist. We'll work on a fix for the pure reference as well.

from cli.

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.