πΊπ¦Ukraine taras.suliatitskiy
After
6.0.1 β
release of migrate plus module, if http data fetcher is in use, an error will occur in \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Csv::getSourceData()
after $response = $this->getDataFetcherPlugin()->getResponseContent($url);
returns object instead of a string. This new patch should fix it.