Jim Circadian
Jim Circadian
Yes @Arielle-Bennett it's still on my list of things to start doing. If there's a book dash in November keen to attend to ensure some progress is made if I...
Working through the prepping initial content as per the [guidance under the authoring chapter guidance](https://github.com/alan-turing-institute/the-turing-way/blob/main/CONTRIBUTING.md#the-process-of-writing-chapters), derived [from the current discussions present in the origin issue](https://github.com/alan-turing-institute/the-turing-way/issues/2337).
I can also confirm via the python API I can't get anything other than "%Y-%m-%d %H:%M" to work, so this isn't accepting ISO8601 as advertised. This means we cannot encode...
Hello @bkmgit to avoid delaying any other work I've closed this, it was only a small change.
> Thanks, @JimCircadian. Always good to have someone new check over the materials closely. > > Is the workshop at/for the British Antarctic Survey. In the [README](https://github.com/carpentries-lab/python-aos-lesson/blob/gh-pages/README.md) I try and...
> Hi @JimCircadian .... Quite keen but as yet unsure about my availability in this week! I did do some work on drafting this but realised that it needs an...
@onnyyonn and @siankg the issue is the ordering, because the code is catching the additional unspecified keyword arguments internally, you need to use `connection.new_context(facets="source", **query_params)` rather than `connection.new_context(**query, facets="source")`. Make...
> Thanks for the info! I tried switching it but got the same error message. > > ` ctx = conn.new_context(facets='project,institution_id,source_id,activity_id,experiment_id,variable,frequency', latest = True, institution_id = mod_inf[0], source_id = mod_inf[1],...
Further to this, I wasn't realising the warning comes from the invocation of `file_context` or `aggregation_context`, neither of which accept facets themselves.