Skip to content

path for scripts out-of-date for AlgoLoader #148

Description

@kevinmstone

https://github.com/tigergraph/ecosys/blob/master/tools/widgets/AlgoLoader.ipynb

##Grab_GSQL_Queries_BEGIN##
    pbar.set_description_str('Fetching Algorithms')
    import os
    from glob import glob
    !git clone https://github.com/tigergraph/gsql-graph-algorithms.git
    pbar.update(25)
    os.chdir('/content/gsql-graph-algorithms/algorithms/schema-free')
    script_names = glob('*.gsql')
    pbar.update(25)
 ##Grab_GSQL_Queries_END##

Recommend changing to

os.chdir('/content/gsql-graph-algorithms/algorithms/')
script_names = glob('*/*/*.gsql')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions