https://kedro.org/ logo
Join the conversationJoin Discord
Channels
advanced-need-help
announcements
beginners-need-help
introductions
job-posting
plugins-integrations
random
resources
welcome
Powered by Linen
beginners-need-help
  • d

    datajoely

    04/18/2022, 1:22 PM
    It's now called standalone-catalog
  • z

    Zemeio

    04/18/2022, 1:22 PM
    > kedro new -s standalone-datacatalog
    kedro.framework.cli.utils.KedroCliError: Kedro project template not found at standalone-datacatalog. Specified tag 0.18.0. The following tags are available: . The aliases for the official Kedro starters are: 
    - astro-airflow-iris
    - mini-kedro
    - pandas-iris
    - pyspark
    - pyspark-iris
    - spaceflights
    
    Run with --verbose to see the full exception
    Error: Kedro project template not found at standalone-datacatalog. Specified tag 0.18.0. The following tags are available: . The aliases for the official Kedro starters are: 
    - astro-airflow-iris
    - mini-kedro
    - pandas-iris
    - pyspark
    - pyspark-iris
    - spaceflights
  • d

    datajoely

    04/18/2022, 1:22 PM
    Can you try the actual git URL
  • d

    datajoely

    04/18/2022, 1:23 PM
    I think there is a bug with the shortcut in the current code
  • d

    datajoely

    04/18/2022, 1:23 PM
    kedro -s --help
  • z

    Zemeio

    04/18/2022, 1:29 PM
    I don't know how to do that, kedro -s --help doesn't bring the help (neither does kedro new -s --help)
  • d

    datajoely

    04/18/2022, 1:30 PM
    kedro new --starter=giturl --checkout=0.1.0
  • d

    datajoely

    04/18/2022, 1:30 PM
    Sorry I'm on my phone so cant do it properly
  • z

    Zemeio

    04/18/2022, 1:31 PM
    Oh, ok (sorry for the trouble), I will try it
  • z

    Zemeio

    04/18/2022, 1:34 PM
    shell
    $> kedro new -s https://github.com/kedro-org/kedro-starters/tree/main/standalone-datacatalog --checkout 0.18.0
    kedro.framework.cli.utils.KedroCliError: Kedro project template not found at https://github.com/kedro-org/kedro-starters/tree/main/standalone-datacatalog. Specified tag 0.18.0. The following tags are available: . The aliases for the official Kedro starters are: 
    - astro-airflow-iris
    - mini-kedro
    - pandas-iris
    - pyspark
    - pyspark-iris
    - spaceflights
    
    Run with --verbose to see the full exception
    Error: Kedro project template not found at https://github.com/kedro-org/kedro-starters/tree/main/standalone-datacatalog. Specified tag 0.18.0. The following tags are available: . The aliases for the official Kedro starters are: 
    - astro-airflow-iris
    - mini-kedro
    - pandas-iris
    - pyspark
    - pyspark-iris
    - spaceflights
  • z

    Zemeio

    04/18/2022, 1:34 PM
    Did not work
  • z

    Zemeio

    04/18/2022, 1:34 PM
    The tag does exist though
  • d

    datajoely

    04/18/2022, 1:35 PM
    message has been deleted
  • d

    datajoely

    04/18/2022, 1:36 PM
    Can you do the top URL for starters and then clone_to_dir to the directory in question?
  • z

    Zemeio

    04/18/2022, 1:42 PM
    python
    >>> vcs.clone('https://github.com/kedro-org/kedro-starters/', '0.18.0')     
    'kedro-starters
  • d

    datajoely

    04/18/2022, 1:42 PM
    No sorry
  • d

    datajoely

    04/18/2022, 1:43 PM
    I was trying to say all of those commands are exposed via the kedro starters cli
  • d

    datajoely

    04/18/2022, 1:43 PM
    So you can provide the arguments of repo, folder, tag
  • z

    Zemeio

    04/18/2022, 1:46 PM
    Oh, sorry gotcha. This command worked:
    kedro new -s https://github.com/kedro-org/kedro-starters/ --checkout 0.18.0 --directory standalone-datacatalog
  • d

    datajoely

    04/18/2022, 1:46 PM
  • d

    datajoely

    04/18/2022, 1:47 PM
    Would you mind raising a issue on kedro starters?
  • z

    Zemeio

    04/18/2022, 1:47 PM
    Sure, I will just check the guidelines for raising issues before = ).
  • d

    datajoely

    04/18/2022, 1:47 PM
    If you create an issue there are templates that take you through it ☺️
  • z

    Zemeio

    04/18/2022, 1:48 PM
    Will do that then!
  • z

    Zemeio

    04/18/2022, 1:59 PM
    Done, thanks for the help.
  • v

    vivekumar

    04/18/2022, 6:22 PM
    I installed latest kedro version today on Windows 11 in a new conda env using python 3.7, all according to the provided tutorial, and kedro-info is running fine. But when trying to run hello world.py it is throwing an error - 'kedro.io' module is not available | 'kedro' is not a package. Anybody facing the same issue.....
  • b

    Burn1n9m4n

    04/18/2022, 9:24 PM
    Hello, I needed some help understanding dataset versioning. Specifically, I keep running into errors where the save path must not exist if versioning is enabled? Should I disable versioning if I’m doing some testing in ipython?
  • n

    noklam

    04/18/2022, 9:26 PM
    Which tutorial are you running? What does kedro -V gives you?
  • n

    noklam

    04/18/2022, 9:27 PM
    It's likely you have an existing file with the exact same name.
  • b

    Burn1n9m4n

    04/18/2022, 9:27 PM
    Is there a parameter for the catalog that would handle this?
Powered by Linen
Title
b

Burn1n9m4n

04/18/2022, 9:27 PM
Is there a parameter for the catalog that would handle this?
View count: 1