Skip to content

Commit 026e225

Browse files
authored
Merge pull request #4173 from ClickHouse/Blargian-patch-75
Bug fix: Glue docs image doesn't load
2 parents 4a07c41 + 9a889e2 commit 026e225

File tree

1 file changed

+2
-2
lines changed
  • docs/integrations/data-ingestion/aws-glue

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/aws-glue/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can activate the connector and create a connection directly by clicking [thi
3838
4. <h3 id="use-in-glue-job">Use in Glue Job</h3>
3939
In your Glue job, select the `Job details` tab, and expend the `Advanced properties` window. Under the `Connections` section, select the connection you just created. The connector automatically injects the required JARs into the job runtime.
4040

41-
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' />
41+
<Image img={notebook_connections_config} size='md' alt='Glue Notebook connections config' force='true' />
4242

4343
:::note
4444
The JARs used in the Glue connector are built for `Spark 3.2`, `Scala 2`, and `Python 3`. Make sure to select these versions when configuring your Glue job.
@@ -51,7 +51,7 @@ To add the required jars manually, please follow the following:
5151
2. Make sure the Glue job has access to this bucket.
5252
3. Under the `Job details` tab, scroll down and expend the `Advanced properties` drop down, and fill the jars path in `Dependent JARs path`:
5353

54-
<Image img={dependent_jars_path_option} size='md' alt='Glue Notebook JAR path options' />
54+
<Image img={dependent_jars_path_option} size='md' alt='Glue Notebook JAR path options' force='true' />
5555

5656
</TabItem>
5757
</Tabs>

0 commit comments

Comments
 (0)