Skip to content

Commit 4e23faf

Browse files
author
flow-php
committed
1 parent d426d26 commit 4e23faf

File tree

7 files changed

+44
-6
lines changed

7 files changed

+44
-6
lines changed

changelog/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
214214
</div>
215215

216216
<section id="changelog" class="py-10 px-2 sm:px-4 mx-auto max-w-screen-xl">
217-
<h2>[Unreleased] - 2025-01-31</h2>
217+
<h2>[Unreleased] - 2025-02-01</h2>
218218
<h3>Added</h3>
219219
<ul>
220220
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1429">#1429</a> - <strong>Flow to Doctrine Dbal schema converter</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -287,6 +287,7 @@ <h3>Added</h3>
287287
</ul>
288288
<h3>Changed</h3>
289289
<ul>
290+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1437">#1437</a> - <strong>Allow to not pass primary key name to dbal metadata since it's not used in some cases</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
290291
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1435">#1435</a> - <strong>Indexes and primary key are added to directly the table instead of being returned</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
291292
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1429">#1429</a> - <strong>Moved UPGRADE.md to documentation folder to make it available as a static website</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
292293
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1427">#1427</a> - <strong>Revert &quot;Bump friendsofphp/php-cs-fixer from 3.68.0 to 3.68.2 in /tools/cs-fixer&quot;</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -353,6 +354,7 @@ <h3>Changed</h3>
353354
</ul>
354355
<h3>Fixed</h3>
355356
<ul>
357+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1437">#1437</a> - <strong>Setting up the offset for reading remote parquet files</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
356358
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1436">#1436</a> - <strong>typo in documentation</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/paul-court">@paul-court</a></li>
357359
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1435">#1435</a> - <strong>Read scale from float type in Dbal Schema Converter</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
358360
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1429">#1429</a> - <strong>links in all repos readme</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/components/cli/docs/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,42 @@ <h3><code>file:schema</code> alias <code>schema</code></h3>
526526
+------------+----------+----------+-------------+----------+
527527
7 rows
528528
</code></pre>
529+
<h3><code>file:analyze</code> alias <code>analyze</code></h3>
530+
<pre class="language-plain"><code class="language-plain" data-controller="syntax-highlight">file:analyze --help
531+
Description:
532+
Analyze a file.
533+
534+
Usage:
535+
file:analyze [options] [--] &lt;input-file&gt;
536+
analyze
537+
538+
Arguments:
539+
input-file Path to a file from which schema should be extracted.
540+
541+
Options:
542+
--input-file-format=INPUT-FILE-FORMAT File format. When not set file format is guessed from source file path extension
543+
--input-file-batch-size=INPUT-FILE-BATCH-SIZE Number of rows that are going to be read and displayed in one batch, when set to -1 whole dataset will be displayed at once [default: 1000]
544+
--input-file-limit=INPUT-FILE-LIMIT Limit number of rows that are going to be used to infer file schema, when not set whole file is analyzed
545+
--config=CONFIG Path to a local php file that MUST return instance of: Flow\ETL\Config
546+
--input-json-pointer=INPUT-JSON-POINTER JSON Pointer to a subtree from which schema should be extracted
547+
--input-json-pointer-entry-name When set, JSON Pointer will be used as an entry name in the schema
548+
--input-csv-header[=INPUT-CSV-HEADER] When set, CSV header will be used as a schema
549+
--input-csv-empty-to-null[=INPUT-CSV-EMPTY-TO-NULL] When set, empty CSV values will be treated as NULL values
550+
--input-csv-separator=INPUT-CSV-SEPARATOR CSV separator character
551+
--input-csv-enclosure=INPUT-CSV-ENCLOSURE CSV enclosure character
552+
--input-csv-escape=INPUT-CSV-ESCAPE CSV escape character
553+
--input-xml-node-path=INPUT-XML-NODE-PATH XML node path to a subtree from which schema should be extracted, for example /root/element This is not xpath, just a node names separated by slash
554+
--input-xml-buffer-size=INPUT-XML-BUFFER-SIZE XML buffer size in bytes
555+
--input-parquet-columns=INPUT-PARQUET-COLUMNS Columns to read from parquet file (multiple values allowed)
556+
--input-parquet-offset=INPUT-PARQUET-OFFSET Offset to start reading from
557+
-h, --help Display help for the given command. When no command is given display help for the list command
558+
--silent Do not output any message
559+
-q, --quiet Only errors are displayed. All other output is suppressed
560+
-V, --version Display this application version
561+
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
562+
-n, --no-interaction Do not ask any interactive question
563+
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
564+
</code></pre>
529565
<h3><code>file:read</code> alias <code>read</code></h3>
530566
<pre class="language-shell"><code class="language-shell" data-controller="syntax-highlight">$ flow read --help
531567
Description:

sitemap.blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

sitemap.default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

sitemap.documentation.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.examples.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-02-01T14:31:19+00:00</lastmod></sitemap></sitemapindex>
1+
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-02-01T16:35:12+00:00</lastmod></sitemap></sitemapindex>

0 commit comments

Comments
 (0)