Nok Lam Chan
Nok Lam Chan
Do we need a subticket for deprecation? Or this is ready to go in backlog grooming. On Thu, 11 Apr 2024, 15:32 Juan Luis Cano RodrÃguez, < ***@***.***> wrote: >...
Actually the tests are obsoleted and we should remove it altogether `class TestCliUtils` in `test_cli.py`.
I do think that the private module is leaky, the methods are private but then we expose `TRANSCODING_SEPARATOR` to the public module. The only thing absolutely blocking here is the...
> > I agree with the point of moving `TRANSCODING_SEPARATOR` to public, but since `_strip_transcoding` is also imported and used by other components, it should be public as well. So,...
I do the site map reindex via Google Search Console all the time.
https://www.stevenhicks.me/blog/2023/11/how-to-deindex-your-docs-from-google/
@astrojuanlu It will be very helpful to have access of the Google search console, can we catch up sometime this week? In addition, despite https://github.com/kedro-org/kedro/pull/3729, it appears the robots.txt isn't...
We need to make sure sitemap is crawled. See example of `vizro` ``` User-agent: * Disallow: /en/0.1.9/ # Hidden version Disallow: /en/0.1.8/ # Hidden version Disallow: /en/0.1.7/ # Hidden version...
 This is very clear that our `robots.txt` is just wrong
Haven't read the full thing. Was this working prior 0.19? In general we recommend `ThreadRunner` because multiprocess doesn't work with Spark. The computation doesn't happened locally anyway so it does...